"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/12 03:40:41 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-kiwigab7ceve" 2026/05/12 03:40:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/12 03:40:41 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/12 03:40:41 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/12 03:40:41 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/12 03:40:41 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/12 03:40:41 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell type "unix" from config 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Relative path resolved to "/rclone-test-kiwigab7ceve" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Using root directory "/rclone-test-kiwigab7ceve" 2026/05/12 03:40:41 DEBUG : Creating backend with remote "/tmp/rclone185769692" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:41 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:41 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:41 DEBUG : dir: Looking for writers 2026/05/12 03:40:41 DEBUG : Looking for writers 2026/05/12 03:40:41 DEBUG : dir: reading active writers 2026/05/12 03:40:41 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:41 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:41 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:41 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:41 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/12 03:40:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:42 DEBUG : dir/subdir: Looking for writers 2026/05/12 03:40:42 DEBUG : dir: Looking for writers 2026/05/12 03:40:42 DEBUG : file1: reading active writers 2026/05/12 03:40:42 DEBUG : file2: reading active writers 2026/05/12 03:40:42 DEBUG : subdir: reading active writers 2026/05/12 03:40:42 DEBUG : Looking for writers 2026/05/12 03:40:42 DEBUG : dir: reading active writers 2026/05/12 03:40:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.59s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:42 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:42 DEBUG : dir: Looking for writers 2026/05/12 03:40:42 DEBUG : file1: reading active writers 2026/05/12 03:40:42 DEBUG : Looking for writers 2026/05/12 03:40:42 DEBUG : dir: reading active writers 2026/05/12 03:40:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.22s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:42 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:42 DEBUG : dir: Looking for writers 2026/05/12 03:40:42 DEBUG : Looking for writers 2026/05/12 03:40:42 DEBUG : dir: reading active writers 2026/05/12 03:40:42 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:42 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:42 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:42 DEBUG : forgetting directory cache 2026/05/12 03:40:42 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:42 DEBUG : Looking for writers 2026/05/12 03:40:42 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:42 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:42 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/12 03:40:42 DEBUG : dir: invalidating directory cache 2026/05/12 03:40:42 DEBUG : >ForgetPath: 2026/05/12 03:40:42 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/12 03:40:42 DEBUG : invalidating directory cache 2026/05/12 03:40:42 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:42 DEBUG : >ForgetPath: 2026/05/12 03:40:42 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/12 03:40:42 DEBUG : >ForgetPath: 2026/05/12 03:40:42 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:42 DEBUG : dir: Looking for writers 2026/05/12 03:40:42 DEBUG : Looking for writers 2026/05/12 03:40:42 DEBUG : dir: reading active writers 2026/05/12 03:40:42 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:42 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:42 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/fil/a/b/c" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/fil/a/b/c 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/fil/a/b/c" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-kiwigab7ceve/fil/a/b/c 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/fil/a/b/c" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/fil/a/b/c 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/fil/a/b/c" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-kiwigab7ceve/fil/a/b/c 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:43 DEBUG : forgetting directory cache 2026/05/12 03:40:43 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:43 DEBUG : dir: Looking for writers 2026/05/12 03:40:43 DEBUG : fil/a/b: Looking for writers 2026/05/12 03:40:43 DEBUG : fil/a: Looking for writers 2026/05/12 03:40:43 DEBUG : b: reading active writers 2026/05/12 03:40:43 DEBUG : fil: Looking for writers 2026/05/12 03:40:43 DEBUG : a: reading active writers 2026/05/12 03:40:43 DEBUG : Looking for writers 2026/05/12 03:40:43 DEBUG : dir: reading active writers 2026/05/12 03:40:43 DEBUG : fil: reading active writers 2026/05/12 03:40:43 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:43 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:43 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:43 DEBUG : dir: Looking for writers 2026/05/12 03:40:43 DEBUG : Looking for writers 2026/05/12 03:40:43 DEBUG : dir: reading active writers 2026/05/12 03:40:43 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:43 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:43 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:44 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:44 DEBUG : dir: Looking for writers 2026/05/12 03:40:44 DEBUG : file1: reading active writers 2026/05/12 03:40:44 DEBUG : Looking for writers 2026/05/12 03:40:44 DEBUG : dir: reading active writers 2026/05/12 03:40:44 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:44 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/subdir/file3" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-kiwigab7ceve/dir/subdir/file3 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/12 03:40:44 DEBUG : Waiting for deletions to finish 2026/05/12 03:40:44 INFO : dir/subdir/file3: Deleted 2026/05/12 03:40:44 DEBUG : removing 1 level 2 directories 2026/05/12 03:40:44 INFO : dir/subdir: Removing directory 2026/05/12 03:40:44 DEBUG : dir: invalidating directory cache 2026/05/12 03:40:44 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/12 03:40:44 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/12 03:40:44 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/12 03:40:44 DEBUG : dir/file1: Reset virtual modtime 2026/05/12 03:40:44 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/12 03:40:44 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/12 03:40:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:44 DEBUG : dir: invalidating directory cache 2026/05/12 03:40:44 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/12 03:40:44 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/12 03:40:44 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/12 03:40:44 DEBUG : forgetting directory cache 2026/05/12 03:40:44 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:44 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/12 03:40:44 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:44 DEBUG : dir/virtualDir: Looking for writers 2026/05/12 03:40:44 DEBUG : dir: Looking for writers 2026/05/12 03:40:44 DEBUG : virtualFile: reading active writers 2026/05/12 03:40:44 DEBUG : virtualDir: reading active writers 2026/05/12 03:40:44 DEBUG : file1: reading active writers 2026/05/12 03:40:44 DEBUG : virtualFile2: reading active writers 2026/05/12 03:40:44 DEBUG : Looking for writers 2026/05/12 03:40:44 DEBUG : dir: reading active writers 2026/05/12 03:40:44 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.59s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:44 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:44 ERROR : dir/: Can only open directories read only 2026/05/12 03:40:44 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:44 DEBUG : dir: Looking for writers 2026/05/12 03:40:44 DEBUG : Looking for writers 2026/05/12 03:40:44 DEBUG : dir: reading active writers 2026/05/12 03:40:44 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:44 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:44 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:45 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:40:45 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/12 03:40:45 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/12 03:40:45 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 03:40:45 DEBUG : dir/potato: size = 5 OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/potato" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/potato 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/potato" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/dir/potato 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:40:45 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:40:45 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/12 03:40:45 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/12 03:40:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:45 DEBUG : dir: Looking for writers 2026/05/12 03:40:45 DEBUG : file1: reading active writers 2026/05/12 03:40:45 DEBUG : potato: reading active writers 2026/05/12 03:40:45 DEBUG : Looking for writers 2026/05/12 03:40:45 DEBUG : dir: reading active writers 2026/05/12 03:40:45 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:45 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:45 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:45 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:45 DEBUG : dir/sub: Looking for writers 2026/05/12 03:40:45 DEBUG : dir: Looking for writers 2026/05/12 03:40:45 DEBUG : file1: reading active writers 2026/05/12 03:40:45 DEBUG : sub: reading active writers 2026/05/12 03:40:45 DEBUG : Looking for writers 2026/05/12 03:40:45 DEBUG : dir: reading active writers 2026/05/12 03:40:45 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:45 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:45 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:46 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/12 03:40:46 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:46 DEBUG : dir/sub/subsub: Looking for writers 2026/05/12 03:40:46 DEBUG : dir/sub: Looking for writers 2026/05/12 03:40:46 DEBUG : subsub: reading active writers 2026/05/12 03:40:46 DEBUG : dir: Looking for writers 2026/05/12 03:40:46 DEBUG : file1: reading active writers 2026/05/12 03:40:46 DEBUG : sub: reading active writers 2026/05/12 03:40:46 DEBUG : Looking for writers 2026/05/12 03:40:46 DEBUG : dir: reading active writers 2026/05/12 03:40:46 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.41s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:46 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:46 ERROR : dir/: Dir.Remove not empty 2026/05/12 03:40:46 DEBUG : dir/file1: Remove: 2026/05/12 03:40:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:46 DEBUG : dir/file1: >Remove: err= 2026/05/12 03:40:46 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/12 03:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:46 DEBUG : Looking for writers 2026/05/12 03:40:46 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:46 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:46 DEBUG : dir/file1: Remove: 2026/05/12 03:40:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:46 DEBUG : dir/file1: >Remove: err= 2026/05/12 03:40:46 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/12 03:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:46 DEBUG : Looking for writers 2026/05/12 03:40:46 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:46 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:46 DEBUG : dir/file1: Remove: 2026/05/12 03:40:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:46 DEBUG : dir/file1: >Remove: err= 2026/05/12 03:40:46 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:46 DEBUG : dir: Looking for writers 2026/05/12 03:40:46 DEBUG : Looking for writers 2026/05/12 03:40:46 DEBUG : dir: reading active writers 2026/05/12 03:40:46 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:46 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:46 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kiwigab7ceve/dir/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kiwigab7ceve/dir/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/12 03:40:47 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/12 03:40:47 DEBUG : dir: Updating dir with dir2 0x2397075400d0 2026/05/12 03:40:47 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:47 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/12 03:40:47 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir2/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir2/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir2/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir2/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir2/file1" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir2/file1 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:47 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:47 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/12 03:40:48 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/12 03:40:48 DEBUG : file2: Updating file with file2 0x239707b8aea0 2026/05/12 03:40:48 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:48 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file2 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/file2 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file2 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/file2 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/12 03:40:48 INFO : dir2/file3: Deleted 2026/05/12 03:40:48 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/12 03:40:48 DEBUG : dir2/file3: Updating file with dir2/file3 0x239707b8aea0 2026/05/12 03:40:48 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/12 03:40:48 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir2/file3" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir2/file3 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:48 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/12 03:40:48 DEBUG : empty directory: Updating dir with renamed empty directory 0x239707b268f0 2026/05/12 03:40:48 DEBUG : empty directory: forgetting directory cache 2026/05/12 03:40:48 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/12 03:40:48 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/12 03:40:48 DEBUG : dir2: Renaming to "dir3" 2026/05/12 03:40:48 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:48 DEBUG : dir3: Looking for writers 2026/05/12 03:40:48 DEBUG : file3: reading active writers 2026/05/12 03:40:48 DEBUG : renamed empty directory: Looking for writers 2026/05/12 03:40:48 DEBUG : Looking for writers 2026/05/12 03:40:48 DEBUG : dir3: reading active writers 2026/05/12 03:40:48 DEBUG : renamed empty directory: reading active writers 2026/05/12 03:40:48 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.75s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:48 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:48 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/12 03:40:48 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:40:48 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:40:48 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/12 03:40:48 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/12 03:40:48 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/12 03:40:48 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/12 03:40:48 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:40:48 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:40:48 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/12 03:40:48 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/12 03:40:48 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/12 03:40:48 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (12 bytes), uploading instead of streaming 2026/05/12 03:40:48 DEBUG : dir/sub/file2: size = 12 OK 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/sub/file2" 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/sub/file2 2026/05/12 03:40:48 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/sub/file2" 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-kiwigab7ceve/dir/sub/file2 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:49 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/12 03:40:49 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/12 03:40:49 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/12 03:40:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/12 03:40:49 DEBUG : forgetting directory cache 2026/05/12 03:40:49 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:49 DEBUG : dir/sub: forgetting directory cache 2026/05/12 03:40:49 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/12 03:40:49 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 03:40:49 DEBUG : dir/sub/file0: size = 5 OK 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/sub/file0" 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/sub/file0 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/sub/file0" 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/dir/sub/file0 2026/05/12 03:40:49 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:49 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:40:49 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:40:49 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/12 03:40:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/12 03:40:49 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:49 DEBUG : dir/sub: Looking for writers 2026/05/12 03:40:49 DEBUG : file0: reading active writers 2026/05/12 03:40:49 DEBUG : file2: reading active writers 2026/05/12 03:40:49 DEBUG : dir: Looking for writers 2026/05/12 03:40:49 DEBUG : file1: reading active writers 2026/05/12 03:40:49 DEBUG : sub: reading active writers 2026/05/12 03:40:49 DEBUG : Looking for writers 2026/05/12 03:40:49 DEBUG : dir: reading active writers 2026/05/12 03:40:49 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.42s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:49 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:49 DEBUG : forgetting directory cache 2026/05/12 03:40:50 DEBUG : forgetting directory cache 2026/05/12 03:40:50 DEBUG : dir: forgetting directory cache 2026/05/12 03:40:50 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:50 DEBUG : dir: Looking for writers 2026/05/12 03:40:50 DEBUG : Looking for writers 2026/05/12 03:40:50 DEBUG : dir: reading active writers 2026/05/12 03:40:50 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:50 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/12 03:40:50 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:40:50 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/12 03:40:50 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/12 03:40:50 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/12 03:40:50 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:40:50 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/12 03:40:50 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/12 03:40:50 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:40:50 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/12 03:40:50 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/12 03:40:50 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/12 03:40:50 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:40:50 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/12 03:40:50 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:50 DEBUG : dir: Looking for writers 2026/05/12 03:40:50 DEBUG : file1: reading active writers 2026/05/12 03:40:50 DEBUG : file1.metadata: reading active writers 2026/05/12 03:40:50 DEBUG : Looking for writers 2026/05/12 03:40:50 DEBUG : dir: reading active writers 2026/05/12 03:40:50 DEBUG : dir.metadata: reading active writers 2026/05/12 03:40:50 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:50 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:50 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:50 DEBUG : dir: Looking for writers 2026/05/12 03:40:50 DEBUG : file1: reading active writers 2026/05/12 03:40:50 DEBUG : Looking for writers 2026/05/12 03:40:50 DEBUG : dir: reading active writers 2026/05/12 03:40:50 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-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:50 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:50 DEBUG : Can set mod time: true 2026/05/12 03:40:50 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:50 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:51 DEBUG : dir: Looking for writers 2026/05/12 03:40:51 DEBUG : file1: reading active writers 2026/05/12 03:40:51 DEBUG : Looking for writers 2026/05/12 03:40:51 DEBUG : dir: reading active writers 2026/05/12 03:40:51 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:51 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:40:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 03:40:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 03:40:51 DEBUG : dir/file1: size = 0 OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:40:51 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:40:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 03:40:51 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 03:40:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:51 DEBUG : dir: Looking for writers 2026/05/12 03:40:51 DEBUG : file1: reading active writers 2026/05/12 03:40:51 DEBUG : Looking for writers 2026/05/12 03:40:51 DEBUG : dir: reading active writers 2026/05/12 03:40:51 DEBUG : >WaitForWriters: 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/12 03:40:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:51 DEBUG : dir: Looking for writers 2026/05/12 03:40:51 DEBUG : file1: reading active writers 2026/05/12 03:40:51 DEBUG : Looking for writers 2026/05/12 03:40:51 DEBUG : dir: reading active writers 2026/05/12 03:40:51 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:51 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:40:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 03:40:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 03:40:51 DEBUG : dir/file1: size = 5 OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:40:51 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:40:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 03:40:51 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 03:40:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:51 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:51 DEBUG : dir: Looking for writers 2026/05/12 03:40:51 DEBUG : file1: reading active writers 2026/05/12 03:40:51 DEBUG : Looking for writers 2026/05/12 03:40:51 DEBUG : dir: reading active writers 2026/05/12 03:40:51 DEBUG : >WaitForWriters: 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:51 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:51 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/12 03:40:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:52 DEBUG : dir: Looking for writers 2026/05/12 03:40:52 DEBUG : file1: reading active writers 2026/05/12 03:40:52 DEBUG : Looking for writers 2026/05/12 03:40:52 DEBUG : dir: reading active writers 2026/05/12 03:40:52 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:52 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:52 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:52 DEBUG : dir: Looking for writers 2026/05/12 03:40:52 DEBUG : file1: reading active writers 2026/05/12 03:40:52 DEBUG : Looking for writers 2026/05/12 03:40:52 DEBUG : dir: reading active writers 2026/05/12 03:40:52 DEBUG : >WaitForWriters: 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:52 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:52 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/12 03:40:52 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:40:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:40:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:40:52 DEBUG : dir/file1(0x2397077e0a80): close: 2026/05/12 03:40:52 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/12 03:40:52 DEBUG : dir/file1(0x2397077e0a80): >close: err= 2026/05/12 03:40:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:52 DEBUG : dir: Looking for writers 2026/05/12 03:40:52 DEBUG : file1: reading active writers 2026/05/12 03:40:52 DEBUG : Looking for writers 2026/05/12 03:40:52 DEBUG : dir: reading active writers 2026/05/12 03:40:52 DEBUG : >WaitForWriters: 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:52 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:52 DEBUG : dir: Looking for writers 2026/05/12 03:40:52 DEBUG : file1: reading active writers 2026/05/12 03:40:52 DEBUG : Looking for writers 2026/05/12 03:40:52 DEBUG : dir: reading active writers 2026/05/12 03:40:52 DEBUG : >WaitForWriters: 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:52 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:52 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:52 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:53 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/12 03:40:53 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:40:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:40:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:40:53 DEBUG : dir/file1(0x239707a81500): _writeAt: size=5, off=0 2026/05/12 03:40:53 DEBUG : dir/file1(0x239707a81500): openPending: 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 03:40:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:53 DEBUG : dir/file1(0x239707a81500): >openPending: err= 2026/05/12 03:40:53 DEBUG : dir/file1(0x239707a81500): >_writeAt: n=5, err= 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/12 03:40:53 DEBUG : dir/file1(0x239707a81500): close: 2026/05/12 03:40:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/12 03:40:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/12 03:40:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/12 03:40:53 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/12 03:40:53 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:40:53 DEBUG : dir/file1(0x239707a81500): >close: err= 2026/05/12 03:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 03:40:53 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1.2f98c60a.partial" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1.2f98c60a.partial 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1.2f98c60a.partial" 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kiwigab7ceve/dir/file1.2f98c60a.partial 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/12 03:40:53 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/12 03:40:53 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/12 03:40:53 INFO : dir/file1: Copied (replaced existing) 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/12 03:40:53 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 03:40:53 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/12 03:40:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:53 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : >WaitForWriters: 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/12 03:40:53 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:53 DEBUG : dir: Looking for writers 2026/05/12 03:40:53 DEBUG : file1: reading active writers 2026/05/12 03:40:53 DEBUG : Looking for writers 2026/05/12 03:40:53 DEBUG : dir: reading active writers 2026/05/12 03:40:53 DEBUG : >WaitForWriters: 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.11s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:53 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:40:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:40:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:40:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:53 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:54 DEBUG : dir: Looking for writers 2026/05/12 03:40:54 DEBUG : file1: reading active writers 2026/05/12 03:40:54 DEBUG : Looking for writers 2026/05/12 03:40:54 DEBUG : dir: reading active writers 2026/05/12 03:40:54 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/12 03:40:54 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/12 03:40:54 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/12 03:40:54 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:40:54 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/12 03:40:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:54 DEBUG : Looking for writers 2026/05/12 03:40:54 DEBUG : file.txt: reading active writers 2026/05/12 03:40:54 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:54 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (25 bytes), uploading instead of streaming 2026/05/12 03:40:54 DEBUG : dir/file1: size = 25 OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:54 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:40:54 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 03:40:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:54 DEBUG : dir: Looking for writers 2026/05/12 03:40:54 DEBUG : file1: reading active writers 2026/05/12 03:40:54 DEBUG : Looking for writers 2026/05/12 03:40:54 DEBUG : dir: reading active writers 2026/05/12 03:40:54 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:54 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:54 DEBUG : dir/file1: Remove: 2026/05/12 03:40:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:54 DEBUG : dir/file1: >Remove: err= 2026/05/12 03:40:54 DEBUG : dir/file1: Remove: 2026/05/12 03:40:54 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/12 03:40:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:54 DEBUG : dir: Looking for writers 2026/05/12 03:40:54 DEBUG : Looking for writers 2026/05/12 03:40:54 DEBUG : dir: reading active writers 2026/05/12 03:40:54 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.24s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:54 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:54 DEBUG : dir/file1: Remove: 2026/05/12 03:40:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:54 DEBUG : dir/file1: >Remove: err= 2026/05/12 03:40:54 DEBUG : dir/file1: Remove: 2026/05/12 03:40:54 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/12 03:40:54 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:54 DEBUG : dir: Looking for writers 2026/05/12 03:40:54 DEBUG : Looking for writers 2026/05/12 03:40:54 DEBUG : dir: reading active writers 2026/05/12 03:40:54 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.24s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:54 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:54 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:40:55 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:40:55 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/12 03:40:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 03:40:55 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/12 03:40:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 03:40:55 DEBUG : dir/file1: Open: flags=0x3 2026/05/12 03:40:55 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/12 03:40:55 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/12 03:40:55 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:55 DEBUG : dir: Looking for writers 2026/05/12 03:40:55 DEBUG : file1: reading active writers 2026/05/12 03:40:55 DEBUG : Looking for writers 2026/05/12 03:40:55 DEBUG : dir: reading active writers 2026/05/12 03:40:55 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.23s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:55 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:55 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:55 DEBUG : dir: Looking for writers 2026/05/12 03:40:55 DEBUG : file1: reading active writers 2026/05/12 03:40:55 DEBUG : Looking for writers 2026/05/12 03:40:55 DEBUG : dir: reading active writers 2026/05/12 03:40:55 DEBUG : >WaitForWriters: 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:55 DEBUG : newLeaf: Updating file with newLeaf 0x239707e15790 2026/05/12 03:40:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 03:40:55 DEBUG : dir/file1: Updating file with dir/file1 0x239707e15790 2026/05/12 03:40:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 03:40:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:40:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 03:40:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:55 DEBUG : dir/file1: File is currently open, delaying rename 0x239707e15790 2026/05/12 03:40:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (25 bytes), uploading instead of streaming 2026/05/12 03:40:55 DEBUG : dir/file1: size = 25 OK 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:55 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:56 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:40:56 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 03:40:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:56 DEBUG : newLeaf: Running delayed rename now 2026/05/12 03:40:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:56 DEBUG : newLeaf: Updating file with newLeaf 0x239707e15790 2026/05/12 03:40:56 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:56 DEBUG : dir: Looking for writers 2026/05/12 03:40:56 DEBUG : Looking for writers 2026/05/12 03:40:56 DEBUG : dir: reading active writers 2026/05/12 03:40:56 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:56 DEBUG : >WaitForWriters: 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 03:40:56 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:56 DEBUG : dir: Looking for writers 2026/05/12 03:40:56 DEBUG : Looking for writers 2026/05/12 03:40:56 DEBUG : dir: reading active writers 2026/05/12 03:40:56 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:56 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:56 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:56 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:56 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:56 DEBUG : dir: Looking for writers 2026/05/12 03:40:56 DEBUG : file1: reading active writers 2026/05/12 03:40:56 DEBUG : Looking for writers 2026/05/12 03:40:56 DEBUG : dir: reading active writers 2026/05/12 03:40:56 DEBUG : >WaitForWriters: 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:56 DEBUG : newLeaf: Updating file with newLeaf 0x23970796b790 2026/05/12 03:40:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:56 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 03:40:56 DEBUG : dir/file1: Updating file with dir/file1 0x23970796b790 2026/05/12 03:40:56 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 03:40:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:56 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:57 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:40:57 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/12 03:40:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:57 DEBUG : dir/file1: File is currently open, delaying rename 0x23970796b790 2026/05/12 03:40:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (25 bytes), uploading instead of streaming 2026/05/12 03:40:57 DEBUG : dir/file1: size = 25 OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:57 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:40:57 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/12 03:40:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:57 DEBUG : newLeaf: Running delayed rename now 2026/05/12 03:40:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:57 DEBUG : newLeaf: Updating file with newLeaf 0x23970796b790 2026/05/12 03:40:57 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:57 DEBUG : >WaitForWriters: 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 03:40:57 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : >WaitForWriters: 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:57 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:57 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:57 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:40:57 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:40:57 DEBUG : dir/file1(0x23970781dcc0): openPending: 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 03:40:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:57 DEBUG : dir/file1(0x23970781dcc0): >openPending: err= 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:40:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:40:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:40:57 DEBUG : dir/file1(0x23970781dcc0): _writeAt: size=14, off=0 2026/05/12 03:40:57 DEBUG : dir/file1(0x23970781dcc0): >_writeAt: n=14, err= 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 03:40:57 DEBUG : dir/file1(0x23970781dcc0): close: 2026/05/12 03:40:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 03:40:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:40:57 DEBUG : dir/file1(0x23970781dcc0): >close: err= 2026/05/12 03:40:57 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : file1: reading active writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : file1: reading active writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : file1: reading active writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : file1: reading active writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 03:40:57 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1.ca338588.partial" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1.ca338588.partial 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1.ca338588.partial" 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : file1: reading active writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1.ca338588.partial 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:57 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/12 03:40:57 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/12 03:40:57 INFO : dir/file1: Copied (replaced existing) 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 03:40:57 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/12 03:40:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:57 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 03:40:57 DEBUG : dir: Looking for writers 2026/05/12 03:40:57 DEBUG : file1: reading active writers 2026/05/12 03:40:57 DEBUG : Looking for writers 2026/05/12 03:40:57 DEBUG : dir: reading active writers 2026/05/12 03:40:57 DEBUG : >WaitForWriters: 2026/05/12 03:40:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:40:57 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:40:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:40:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:40:57 DEBUG : dir/file1(0x239707e29540): _readAt: size=512, off=0 2026/05/12 03:40:57 DEBUG : dir/file1(0x239707e29540): openPending: 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 03:40:57 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 03:40:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:57 DEBUG : dir/file1(0x239707e29540): >openPending: err= 2026/05/12 03:40:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 03:40:57 DEBUG : dir/file1(0x239707e29540): >_readAt: n=14, err=EOF 2026/05/12 03:40:57 DEBUG : dir/file1(0x239707e29540): close: 2026/05/12 03:40:57 DEBUG : dir/file1(0x239707e29540): >close: err= 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:57 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:58 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:40:58 DEBUG : newLeaf: Updating file with newLeaf 0x239707def040 2026/05/12 03:40:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:58 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:58 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/12 03:40:58 DEBUG : dir/file1: Updating file with dir/file1 0x239707def040 2026/05/12 03:40:58 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 03:40:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:58 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:40:58 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:40:58 DEBUG : dir/file1(0x239707a80e40): openPending: 2026/05/12 03:40:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 03:40:58 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 03:40:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:40:58 DEBUG : dir/file1(0x239707a80e40): >openPending: err= 2026/05/12 03:40:58 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:40:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:40:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:40:58 DEBUG : dir/file1(0x239707a80e40): _writeAt: size=25, off=0 2026/05/12 03:40:58 DEBUG : dir/file1(0x239707a80e40): >_writeAt: n=25, err= 2026/05/12 03:40:58 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:58 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:40:58 DEBUG : newLeaf: Updating file with newLeaf 0x239707def040 2026/05/12 03:40:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:58 DEBUG : newLeaf(0x239707a80e40): close: 2026/05/12 03:40:58 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 03:40:58 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 03:40:58.789152899 +0000 UTC m=+17.546473211 2026/05/12 03:40:58 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 03:40:58 DEBUG : newLeaf(0x239707a80e40): >close: err= 2026/05/12 03:40:58 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:58 DEBUG : dir: Looking for writers 2026/05/12 03:40:58 DEBUG : Looking for writers 2026/05/12 03:40:58 DEBUG : dir: reading active writers 2026/05/12 03:40:58 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:40:58 DEBUG : dir: Looking for writers 2026/05/12 03:40:58 DEBUG : Looking for writers 2026/05/12 03:40:58 DEBUG : dir: reading active writers 2026/05/12 03:40:58 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:40:58 DEBUG : dir: Looking for writers 2026/05/12 03:40:58 DEBUG : Looking for writers 2026/05/12 03:40:58 DEBUG : dir: reading active writers 2026/05/12 03:40:58 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:40:58 DEBUG : dir: Looking for writers 2026/05/12 03:40:58 DEBUG : Looking for writers 2026/05/12 03:40:58 DEBUG : dir: reading active writers 2026/05/12 03:40:58 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:40:58 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 03:40:59 DEBUG : newLeaf.497e15a5.partial: size = 25 OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf.497e15a5.partial" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf.497e15a5.partial 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf.497e15a5.partial" 2026/05/12 03:40:59 DEBUG : dir: Looking for writers 2026/05/12 03:40:59 DEBUG : Looking for writers 2026/05/12 03:40:59 DEBUG : dir: reading active writers 2026/05/12 03:40:59 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf.497e15a5.partial 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : newLeaf.497e15a5.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:59 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:40:59 DEBUG : newLeaf.497e15a5.partial: renamed to: newLeaf 2026/05/12 03:40:59 INFO : newLeaf: Copied (replaced existing) 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:59 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 03:40:58 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 03:40:59 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 03:40:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:59 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 03:40:59 DEBUG : dir: Looking for writers 2026/05/12 03:40:59 DEBUG : Looking for writers 2026/05/12 03:40:59 DEBUG : dir: reading active writers 2026/05/12 03:40:59 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:59 DEBUG : >WaitForWriters: 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 03:40:59 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:59 DEBUG : dir: Looking for writers 2026/05/12 03:40:59 DEBUG : Looking for writers 2026/05/12 03:40:59 DEBUG : dir: reading active writers 2026/05/12 03:40:59 DEBUG : newLeaf: reading active writers 2026/05/12 03:40:59 DEBUG : >WaitForWriters: 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:40:59 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:40:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:40:59 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:59 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:40:59 DEBUG : dir: Looking for writers 2026/05/12 03:40:59 DEBUG : file1: reading active writers 2026/05/12 03:40:59 DEBUG : Looking for writers 2026/05/12 03:40:59 DEBUG : dir: reading active writers 2026/05/12 03:40:59 DEBUG : >WaitForWriters: 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:40:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:40:59 DEBUG : newLeaf: Updating file with newLeaf 0x239707a36ea0 2026/05/12 03:40:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:40:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:40:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:40:59 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:00 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 03:41:00 DEBUG : dir/file1: Updating file with dir/file1 0x239707a36ea0 2026/05/12 03:41:00 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 03:41:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:41:00 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:00 DEBUG : dir/file1(0x2397075b1d80): openPending: 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 03:41:00 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 03:41:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:00 DEBUG : dir/file1(0x2397075b1d80): >openPending: err= 2026/05/12 03:41:00 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:41:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:00 DEBUG : dir/file1(0x2397075b1d80): _writeAt: size=25, off=0 2026/05/12 03:41:00 DEBUG : dir/file1(0x2397075b1d80): >_writeAt: n=25, err= 2026/05/12 03:41:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:00 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:41:00 DEBUG : newLeaf: Updating file with newLeaf 0x239707a36ea0 2026/05/12 03:41:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:41:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:00 DEBUG : newLeaf(0x2397075b1d80): close: 2026/05/12 03:41:00 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 03:41:00 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 03:41:00.316882241 +0000 UTC m=+19.074202554 2026/05/12 03:41:00 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:00 DEBUG : newLeaf(0x2397075b1d80): >close: err= 2026/05/12 03:41:00 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:00 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 03:41:00 DEBUG : newLeaf.4e8f52b1.partial: size = 25 OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf.4e8f52b1.partial" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf.4e8f52b1.partial 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf.4e8f52b1.partial" 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf.4e8f52b1.partial 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : newLeaf.4e8f52b1.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:00 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:41:00 DEBUG : newLeaf.4e8f52b1.partial: renamed to: newLeaf 2026/05/12 03:41:00 INFO : newLeaf: Copied (replaced existing) 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:00 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 03:41:00 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 03:41:00 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 03:41:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:00 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : >WaitForWriters: 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:00 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 03:41:00 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:00 DEBUG : dir: Looking for writers 2026/05/12 03:41:00 DEBUG : Looking for writers 2026/05/12 03:41:00 DEBUG : dir: reading active writers 2026/05/12 03:41:00 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:00 DEBUG : >WaitForWriters: 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:00 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:00 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:00 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:01 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:41:01 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a72700): openPending: 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 03:41:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a72700): >openPending: err= 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:41:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a72700): _writeAt: size=14, off=0 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a72700): >_writeAt: n=14, err= 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a72700): close: 2026/05/12 03:41:01 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/12 03:41:01 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a72700): >close: err= 2026/05/12 03:41:01 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:01 DEBUG : dir: Looking for writers 2026/05/12 03:41:01 DEBUG : file1: reading active writers 2026/05/12 03:41:01 DEBUG : Looking for writers 2026/05/12 03:41:01 DEBUG : dir: reading active writers 2026/05/12 03:41:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:01 DEBUG : dir: Looking for writers 2026/05/12 03:41:01 DEBUG : file1: reading active writers 2026/05/12 03:41:01 DEBUG : Looking for writers 2026/05/12 03:41:01 DEBUG : dir: reading active writers 2026/05/12 03:41:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:01 DEBUG : dir: Looking for writers 2026/05/12 03:41:01 DEBUG : file1: reading active writers 2026/05/12 03:41:01 DEBUG : Looking for writers 2026/05/12 03:41:01 DEBUG : dir: reading active writers 2026/05/12 03:41:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:01 DEBUG : dir: Looking for writers 2026/05/12 03:41:01 DEBUG : file1: reading active writers 2026/05/12 03:41:01 DEBUG : Looking for writers 2026/05/12 03:41:01 DEBUG : dir: reading active writers 2026/05/12 03:41:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 03:41:01 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1.ca338588.partial" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1.ca338588.partial 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1.ca338588.partial" 2026/05/12 03:41:01 DEBUG : dir: Looking for writers 2026/05/12 03:41:01 DEBUG : file1: reading active writers 2026/05/12 03:41:01 DEBUG : Looking for writers 2026/05/12 03:41:01 DEBUG : dir: reading active writers 2026/05/12 03:41:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1.ca338588.partial 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/12 03:41:01 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/12 03:41:01 INFO : dir/file1: Copied (replaced existing) 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:01 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/12 03:41:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:01 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:01 DEBUG : dir: Looking for writers 2026/05/12 03:41:01 DEBUG : file1: reading active writers 2026/05/12 03:41:01 DEBUG : Looking for writers 2026/05/12 03:41:01 DEBUG : dir: reading active writers 2026/05/12 03:41:01 DEBUG : >WaitForWriters: 2026/05/12 03:41:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:01 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a73640): _readAt: size=512, off=0 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a73640): openPending: 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 03:41:01 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 03:41:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a73640): >openPending: err= 2026/05/12 03:41:01 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a73640): >_readAt: n=14, err=EOF 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a73640): close: 2026/05/12 03:41:01 DEBUG : dir/file1(0x239707a73640): >close: err= 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:41:01 DEBUG : newLeaf: Updating file with newLeaf 0x239707a53860 2026/05/12 03:41:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:41:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:01 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:02 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:02 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/12 03:41:02 DEBUG : dir/file1: Updating file with dir/file1 0x239707a53860 2026/05/12 03:41:02 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 03:41:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:41:02 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:02 DEBUG : dir/file1(0x239707aa3c00): openPending: 2026/05/12 03:41:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 03:41:02 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 03:41:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:02 DEBUG : dir/file1(0x239707aa3c00): >openPending: err= 2026/05/12 03:41:02 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:41:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:02 DEBUG : dir/file1(0x239707aa3c00): _writeAt: size=25, off=0 2026/05/12 03:41:02 DEBUG : dir/file1(0x239707aa3c00): >_writeAt: n=25, err= 2026/05/12 03:41:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:02 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:41:02 DEBUG : newLeaf: Updating file with newLeaf 0x239707a53860 2026/05/12 03:41:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:41:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:02 DEBUG : newLeaf(0x239707aa3c00): close: 2026/05/12 03:41:02 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 03:41:02 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 03:41:02.352057732 +0000 UTC m=+21.109378044 2026/05/12 03:41:02 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:02 DEBUG : newLeaf(0x239707aa3c00): >close: err= 2026/05/12 03:41:02 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:02 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 03:41:02 DEBUG : newLeaf.29001cb6.partial: size = 25 OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf.29001cb6.partial" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf.29001cb6.partial 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf.29001cb6.partial" 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf.29001cb6.partial 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : newLeaf.29001cb6.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:02 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:41:02 DEBUG : newLeaf.29001cb6.partial: renamed to: newLeaf 2026/05/12 03:41:02 INFO : newLeaf: Copied (replaced existing) 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:02 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 03:41:02 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 03:41:02 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 03:41:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:02 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : >WaitForWriters: 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:02 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 03:41:02 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:02 DEBUG : dir: Looking for writers 2026/05/12 03:41:02 DEBUG : Looking for writers 2026/05/12 03:41:02 DEBUG : dir: reading active writers 2026/05/12 03:41:02 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:02 DEBUG : >WaitForWriters: 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:02 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:02 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:02 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:03 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:03 DEBUG : dir: Looking for writers 2026/05/12 03:41:03 DEBUG : file1: reading active writers 2026/05/12 03:41:03 DEBUG : Looking for writers 2026/05/12 03:41:03 DEBUG : dir: reading active writers 2026/05/12 03:41:03 DEBUG : >WaitForWriters: 2026/05/12 03:41:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:03 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:03 DEBUG : dir/file1(0x239707878240): _readAt: size=512, off=0 2026/05/12 03:41:03 DEBUG : dir/file1(0x239707878240): openPending: 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/12 03:41:03 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/12 03:41:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:03 DEBUG : dir/file1(0x239707878240): >openPending: err= 2026/05/12 03:41:03 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/12 03:41:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:03 DEBUG : dir/file1(0x239707878240): >_readAt: n=14, err=EOF 2026/05/12 03:41:03 DEBUG : dir/file1(0x239707878240): close: 2026/05/12 03:41:03 DEBUG : dir/file1(0x239707878240): >close: err= 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:41:03 DEBUG : newLeaf: Updating file with newLeaf 0x239707b5e1a0 2026/05/12 03:41:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:41:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:03 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/12 03:41:03 DEBUG : dir/file1: Updating file with dir/file1 0x239707b5e1a0 2026/05/12 03:41:03 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/12 03:41:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:03 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:41:04 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:04 DEBUG : dir/file1(0x23970781c840): openPending: 2026/05/12 03:41:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/12 03:41:04 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/12 03:41:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:04 DEBUG : dir/file1(0x23970781c840): >openPending: err= 2026/05/12 03:41:04 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:41:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:04 DEBUG : dir/file1(0x23970781c840): _writeAt: size=25, off=0 2026/05/12 03:41:04 DEBUG : dir/file1(0x23970781c840): >_writeAt: n=25, err= 2026/05/12 03:41:04 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:04 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/12 03:41:04 DEBUG : newLeaf: Updating file with newLeaf 0x239707b5e1a0 2026/05/12 03:41:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:41:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:04 DEBUG : newLeaf(0x23970781c840): close: 2026/05/12 03:41:04 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/12 03:41:04 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-12 03:41:04.037404736 +0000 UTC m=+22.794725049 2026/05/12 03:41:04 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:04 DEBUG : newLeaf(0x23970781c840): >close: err= 2026/05/12 03:41:04 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:04 DEBUG : newLeaf: vfs cache: starting upload 2026/05/12 03:41:04 DEBUG : newLeaf.adb76b85.partial: size = 25 OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf.adb76b85.partial" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf.adb76b85.partial 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf.adb76b85.partial" 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf.adb76b85.partial 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : newLeaf.adb76b85.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:04 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/12 03:41:04 DEBUG : newLeaf.adb76b85.partial: renamed to: newLeaf 2026/05/12 03:41:04 INFO : newLeaf: Copied (replaced existing) 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:04 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-12 03:41:04 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/12 03:41:04 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/12 03:41:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/12 03:41:04 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : >WaitForWriters: 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/newLeaf" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kiwigab7ceve/newLeaf 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/12 03:41:04 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : newLeaf: reading active writers 2026/05/12 03:41:04 DEBUG : >WaitForWriters: 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestFileRename (9.54s) --- PASS: TestFileRename/off,forceCache=false (1.15s) --- PASS: TestFileRename/minimal,forceCache=false (1.08s) --- PASS: TestFileRename/minimal,forceCache=true (2.06s) --- PASS: TestFileRename/writes,forceCache=false (1.53s) --- PASS: TestFileRename/writes,forceCache=true (2.03s) --- PASS: TestFileRename/full,forceCache=false (1.68s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:04 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:04 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:04 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 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-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:04 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:04 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:41:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 03:41:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:04 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:04 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:04 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:04 DEBUG : dir: Looking for writers 2026/05/12 03:41:04 DEBUG : file1: reading active writers 2026/05/12 03:41:04 DEBUG : Looking for writers 2026/05/12 03:41:04 DEBUG : dir: reading active writers 2026/05/12 03:41:04 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:04 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:04 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:41:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/12 03:41:05 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/12 03:41:05 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/12 03:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:05 DEBUG : dir: Looking for writers 2026/05/12 03:41:05 DEBUG : file1: reading active writers 2026/05/12 03:41:05 DEBUG : Looking for writers 2026/05/12 03:41:05 DEBUG : dir: reading active writers 2026/05/12 03:41:05 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:05 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:41:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/12 03:41:05 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/12 03:41:05 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/12 03:41:05 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/12 03:41:05 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/12 03:41:05 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/12 03:41:05 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/12 03:41:05 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/12 03:41:05 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/12 03:41:05 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/12 03:41:05 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/12 03:41:05 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/12 03:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:05 DEBUG : dir: Looking for writers 2026/05/12 03:41:05 DEBUG : file1: reading active writers 2026/05/12 03:41:05 DEBUG : Looking for writers 2026/05/12 03:41:05 DEBUG : dir: reading active writers 2026/05/12 03:41:05 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:05 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:41:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:05 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:05 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:05 DEBUG : dir: Looking for writers 2026/05/12 03:41:05 DEBUG : file1: reading active writers 2026/05/12 03:41:05 DEBUG : Looking for writers 2026/05/12 03:41:05 DEBUG : dir: reading active writers 2026/05/12 03:41:05 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.30s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:05 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:05 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:06 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:06 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/12 03:41:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:06 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:06 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/12 03:41:06 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:06 DEBUG : dir: Looking for writers 2026/05/12 03:41:06 DEBUG : file1: reading active writers 2026/05/12 03:41:06 DEBUG : Looking for writers 2026/05/12 03:41:06 DEBUG : dir: reading active writers 2026/05/12 03:41:06 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:06 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:06 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:06 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): _readAt: size=1, off=0 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): openPending: 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): >openPending: err= 2026/05/12 03:41:06 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): >_readAt: n=1, err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): _readAt: size=256, off=1 2026/05/12 03:41:06 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): >_readAt: n=15, err=EOF 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): _readAt: size=16, off=16 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): >_readAt: n=0, err=EOF 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): close: 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): >close: err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): close: 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707782ec0): >close: err=file already closed 2026/05/12 03:41:06 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:06 DEBUG : dir: Looking for writers 2026/05/12 03:41:06 DEBUG : file1: reading active writers 2026/05/12 03:41:06 DEBUG : Looking for writers 2026/05/12 03:41:06 DEBUG : dir: reading active writers 2026/05/12 03:41:06 DEBUG : >WaitForWriters: 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:06 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:06 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:06 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): _readAt: size=1, off=0 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): openPending: 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >openPending: err= 2026/05/12 03:41:06 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >_readAt: n=1, err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): _readAt: size=1, off=5 2026/05/12 03:41:06 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >_readAt: n=1, err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): _readAt: size=1, off=3 2026/05/12 03:41:06 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >_readAt: n=1, err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): _readAt: size=1, off=13 2026/05/12 03:41:06 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >_readAt: n=1, err= 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): _readAt: size=16, off=100 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >_readAt: n=0, err=EOF 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): close: 2026/05/12 03:41:06 DEBUG : dir/file1(0x239707a20000): >close: err= 2026/05/12 03:41:06 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:06 DEBUG : dir: Looking for writers 2026/05/12 03:41:06 DEBUG : file1: reading active writers 2026/05/12 03:41:06 DEBUG : Looking for writers 2026/05/12 03:41:06 DEBUG : dir: reading active writers 2026/05/12 03:41:06 DEBUG : >WaitForWriters: 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.35s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:06 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:06 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:06 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:07 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:07 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:07 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=1, off=0 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): openPending: 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:07 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >openPending: err= 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=1, err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=1, off=5 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=1, err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=1, off=1 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=1, err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=6, off=10 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=6, err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=256, off=10 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=6, err=EOF 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=256, off=100 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): close: 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >close: err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): _readAt: size=256, off=100 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a214c0): >_readAt: n=0, err=file already closed 2026/05/12 03:41:07 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:07 DEBUG : dir: Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : dir: reading active writers 2026/05/12 03:41:07 DEBUG : >WaitForWriters: 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.37s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:07 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:07 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:07 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:07 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): RWFileHandle.Flush 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): _readAt: size=256, off=0 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): openPending: 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:07 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): >openPending: err= 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): >_readAt: n=16, err=EOF 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): RWFileHandle.Flush 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): RWFileHandle.Flush 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): close: 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707a80a00): >close: err= 2026/05/12 03:41:07 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:07 DEBUG : dir: Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : dir: reading active writers 2026/05/12 03:41:07 DEBUG : >WaitForWriters: 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:07 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:07 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/12 03:41:07 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:07 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): _readAt: size=256, off=0 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): openPending: 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:07 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): >openPending: err= 2026/05/12 03:41:07 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): >_readAt: n=16, err=EOF 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): RWFileHandle.Release 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): close: 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): >close: err= 2026/05/12 03:41:07 DEBUG : dir/file1(0x239707b57900): RWFileHandle.Release 2026/05/12 03:41:07 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:07 DEBUG : dir: Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : dir: reading active writers 2026/05/12 03:41:07 DEBUG : >WaitForWriters: 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:07 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:07 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:07 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): openPending: 2026/05/12 03:41:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): >openPending: err= 2026/05/12 03:41:07 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): _writeAt: size=5, off=0 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): >_writeAt: n=5, err= 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): _writeAt: size=7, off=5 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): >_writeAt: n=7, err= 2026/05/12 03:41:07 DEBUG : file1: vfs cache: truncate to size=11 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): close: 2026/05/12 03:41:07 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 03:41:07.901143774 +0000 UTC m=+26.658464086 2026/05/12 03:41:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): >close: err= 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): close: 2026/05/12 03:41:07 DEBUG : file1(0x239707f8c340): >close: err=file already closed 2026/05/12 03:41:07 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:07 DEBUG : Looking for writers 2026/05/12 03:41:07 DEBUG : file1: reading active writers 2026/05/12 03:41:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:08 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:08 DEBUG : file1.2396a91d.partial: size = 11 OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.2396a91d.partial" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.2396a91d.partial 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.2396a91d.partial" 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1.2396a91d.partial 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1.2396a91d.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:08 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/12 03:41:08 DEBUG : file1.2396a91d.partial: renamed to: file1 2026/05/12 03:41:08 INFO : file1: Copied (new) 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:08 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-12 03:41:07 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/12 03:41:08 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:08 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : >WaitForWriters: 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/12 03:41:08 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : >WaitForWriters: 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:08 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:08 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:08 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): openPending: 2026/05/12 03:41:08 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): >openPending: err= 2026/05/12 03:41:08 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:08 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:08 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): _writeAt: size=7, off=0 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): >_writeAt: n=7, err= 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): _writeAt: size=6, off=5 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): >_writeAt: n=6, err= 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): close: 2026/05/12 03:41:08 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 03:41:08.415059393 +0000 UTC m=+27.172379705 2026/05/12 03:41:08 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): >close: err= 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): _writeAt: size=5, off=0 2026/05/12 03:41:08 DEBUG : file1(0x23970762a580): >_writeAt: n=0, err=file already closed 2026/05/12 03:41:08 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:08 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:08 DEBUG : file1.01e51bcb.partial: size = 11 OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.01e51bcb.partial" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.01e51bcb.partial 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.01e51bcb.partial" 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1.01e51bcb.partial 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1.01e51bcb.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:08 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/12 03:41:08 DEBUG : file1.01e51bcb.partial: renamed to: file1 2026/05/12 03:41:08 INFO : file1: Copied (new) 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:08 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-12 03:41:08 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/12 03:41:08 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:08 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : >WaitForWriters: 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:08 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/12 03:41:08 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : >WaitForWriters: 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.51s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:08 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:08 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:08 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:08 DEBUG : file1(0x239707a80780): openPending: 2026/05/12 03:41:08 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:08 DEBUG : file1(0x239707a80780): >openPending: err= 2026/05/12 03:41:08 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:08 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:08 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:08 DEBUG : file1(0x239707a80780): close: 2026/05/12 03:41:08 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 03:41:08.9269433 +0000 UTC m=+27.684263601 2026/05/12 03:41:08 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:08 DEBUG : file1(0x239707a80780): >close: err= 2026/05/12 03:41:08 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 03:41:08 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:08 DEBUG : file2: newRWFileHandle: 2026/05/12 03:41:08 DEBUG : file2(0x239707a80c00): openPending: 2026/05/12 03:41:08 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 03:41:08 DEBUG : file2(0x239707a80c00): >openPending: err= 2026/05/12 03:41:08 DEBUG : file2: >newRWFileHandle: err= 2026/05/12 03:41:08 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 03:41:08 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/12 03:41:08 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/12 03:41:08 DEBUG : file2(0x239707a80c00): RWFileHandle.Flush 2026/05/12 03:41:08 DEBUG : file2(0x239707a80c00): RWFileHandle.Release 2026/05/12 03:41:08 DEBUG : file2(0x239707a80c00): close: 2026/05/12 03:41:08 DEBUG : file2: vfs cache: setting modification time to 2026-05-12 03:41:08.927841298 +0000 UTC m=+27.685161610 2026/05/12 03:41:08 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:08 DEBUG : file2(0x239707a80c00): >close: err= 2026/05/12 03:41:08 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : file2: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : file2: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : file2: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/12 03:41:08 DEBUG : Looking for writers 2026/05/12 03:41:08 DEBUG : file1: reading active writers 2026/05/12 03:41:08 DEBUG : file2: reading active writers 2026/05/12 03:41:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/12 03:41:09 DEBUG : file2: vfs cache: starting upload 2026/05/12 03:41:09 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:09 DEBUG : file2.f7759e82.partial: size = 0 OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file2.f7759e82.partial" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file2.f7759e82.partial 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file2.f7759e82.partial" 2026/05/12 03:41:09 DEBUG : file1.ce694792.partial: size = 0 OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.ce694792.partial" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.ce694792.partial 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.ce694792.partial" 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file2: reading active writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file2.f7759e82.partial 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file2.f7759e82.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:09 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file1.ce694792.partial 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file1.ce694792.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:09 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:41:09 DEBUG : file2.f7759e82.partial: renamed to: file2 2026/05/12 03:41:09 INFO : file2: Copied (new) 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file2" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file2 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file2" 2026/05/12 03:41:09 DEBUG : file1.ce694792.partial: renamed to: file1 2026/05/12 03:41:09 INFO : file1: Copied (new) 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file2 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:09 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-12 03:41:08 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/12 03:41:09 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/12 03:41:09 INFO : file2: vfs cache: upload succeeded try #1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:09 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-12 03:41:08 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/12 03:41:09 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:09 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : file2: reading active writers 2026/05/12 03:41:09 DEBUG : >WaitForWriters: 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file2" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file2 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file2" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file2 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file2" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file2 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file2" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kiwigab7ceve/file2 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/12 03:41:09 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : file2: reading active writers 2026/05/12 03:41:09 DEBUG : >WaitForWriters: 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.74s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:09 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:09 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:09 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:09 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): openPending: 2026/05/12 03:41:09 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): >openPending: err= 2026/05/12 03:41:09 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:09 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:09 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): _writeAt: size=5, off=0 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): >_writeAt: n=5, err= 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): RWFileHandle.Flush 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): RWFileHandle.Flush 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): close: 2026/05/12 03:41:09 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 03:41:09.669818396 +0000 UTC m=+28.427138708 2026/05/12 03:41:09 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:09 DEBUG : file1(0x2397076a8dc0): >close: err= 2026/05/12 03:41:09 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:09 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:09 DEBUG : file1.b51d42de.partial: size = 5 OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.b51d42de.partial" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.b51d42de.partial 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.b51d42de.partial" 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1.b51d42de.partial 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file1.b51d42de.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:09 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:09 DEBUG : file1.b51d42de.partial: renamed to: file1 2026/05/12 03:41:09 INFO : file1: Copied (new) 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:09 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:09 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-12 03:41:09 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 03:41:09 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:09 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : >WaitForWriters: 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:09 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:09 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:09 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:09 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:09 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): openPending: 2026/05/12 03:41:09 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): >openPending: err= 2026/05/12 03:41:09 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:09 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:09 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): _writeAt: size=5, off=0 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): >_writeAt: n=5, err= 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): RWFileHandle.Release 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): close: 2026/05/12 03:41:09 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 03:41:09.989468957 +0000 UTC m=+28.746789269 2026/05/12 03:41:09 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): >close: err= 2026/05/12 03:41:09 DEBUG : file1(0x239707b83700): RWFileHandle.Release 2026/05/12 03:41:09 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:09 DEBUG : Looking for writers 2026/05/12 03:41:09 DEBUG : file1: reading active writers 2026/05/12 03:41:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:10 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:10 DEBUG : file1.2d57ee2c.partial: size = 5 OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.2d57ee2c.partial" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.2d57ee2c.partial 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.2d57ee2c.partial" 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1.2d57ee2c.partial 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : file1.2d57ee2c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:10 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:10 DEBUG : file1.2d57ee2c.partial: renamed to: file1 2026/05/12 03:41:10 INFO : file1: Copied (new) 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:10 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-12 03:41:09 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 03:41:10 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:10 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : >WaitForWriters: 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:10 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:10 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 03:41:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:41:10 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:10 DEBUG : dir/file1(0x239707435740): openPending: 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:10 DEBUG : dir/file1(0x239707435740): >openPending: err= 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/12 03:41:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:10 DEBUG : dir/file1(0x239707435740): _writeAt: size=5, off=0 2026/05/12 03:41:10 DEBUG : dir/file1(0x239707435740): >_writeAt: n=5, err= 2026/05/12 03:41:10 DEBUG : dir/file1(0x239707435740): close: 2026/05/12 03:41:10 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-12 03:41:10.62199527 +0000 UTC m=+29.379315583 2026/05/12 03:41:10 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:10 DEBUG : dir/file1(0x239707435740): >close: err= 2026/05/12 03:41:10 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:10 DEBUG : dir: Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : dir: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:10 DEBUG : dir: Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : dir: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:10 DEBUG : dir: Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : dir: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:10 DEBUG : dir: Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : dir: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 03:41:10 DEBUG : dir/file1.0dcb729e.partial: size = 5 OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1.0dcb729e.partial" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1.0dcb729e.partial 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1.0dcb729e.partial" 2026/05/12 03:41:10 DEBUG : dir: Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : dir: reading active writers 2026/05/12 03:41:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/dir/file1.0dcb729e.partial 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : dir/file1.0dcb729e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:10 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:10 DEBUG : dir/file1.0dcb729e.partial: renamed to: dir/file1 2026/05/12 03:41:10 INFO : dir/file1: Copied (replaced existing) 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:10 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-12 03:41:10 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 03:41:10 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:10 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:10 DEBUG : dir: Looking for writers 2026/05/12 03:41:10 DEBUG : file1: reading active writers 2026/05/12 03:41:10 DEBUG : Looking for writers 2026/05/12 03:41:10 DEBUG : dir: reading active writers 2026/05/12 03:41:10 DEBUG : >WaitForWriters: 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:10 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:10 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:10 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/12 03:41:11 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : dir/file1: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/12 03:41:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): openPending: 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/12 03:41:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/12 03:41:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/12 03:41:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): _writeAt: size=15, off=5 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): >_writeAt: n=15, err= 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): close: 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/12 03:41:11 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-12 03:41:11.240033504 +0000 UTC m=+29.997353816 2026/05/12 03:41:11 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : dir/file1(0x23970781cdc0): >close: err= 2026/05/12 03:41:11 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:11 DEBUG : dir: Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : dir: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:11 DEBUG : dir: Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : dir: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:11 DEBUG : dir: Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : dir: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:11 DEBUG : dir: Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : dir: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:11 DEBUG : dir/file1: vfs cache: starting upload 2026/05/12 03:41:11 DEBUG : dir/file1.456be54a.partial: size = 20 OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1.456be54a.partial" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1.456be54a.partial 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1.456be54a.partial" 2026/05/12 03:41:11 DEBUG : dir: Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : dir: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-kiwigab7ceve/dir/file1.456be54a.partial 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : dir/file1.456be54a.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/12 03:41:11 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/12 03:41:11 DEBUG : dir/file1.456be54a.partial: renamed to: dir/file1 2026/05/12 03:41:11 INFO : dir/file1: Copied (replaced existing) 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/12 03:41:11 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-12 03:41:11 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/12 03:41:11 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:11 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:11 DEBUG : dir: Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : dir: reading active writers 2026/05/12 03:41:11 DEBUG : >WaitForWriters: 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:11 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:11 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : file1(0x239707a82c80): openPending: 2026/05/12 03:41:11 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:11 DEBUG : file1(0x239707a82c80): >openPending: err= 2026/05/12 03:41:11 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:11 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:11 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:11 DEBUG : file1(0x239707a82c80): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : file1(0x239707a82c80): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : file1(0x239707a82c80): close: 2026/05/12 03:41:11 DEBUG : file1: vfs cache: setting modification time to 2026-05-12 03:41:11.560834902 +0000 UTC m=+30.318155214 2026/05/12 03:41:11 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : file1(0x239707a82c80): >close: err= 2026/05/12 03:41:11 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:11 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:11 DEBUG : file1.d07b2295.partial: size = 5 OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.d07b2295.partial" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.d07b2295.partial 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.d07b2295.partial" 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1.d07b2295.partial 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : file1.d07b2295.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:11 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:11 DEBUG : file1.d07b2295.partial: renamed to: file1 2026/05/12 03:41:11 INFO : file1: Copied (new) 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:11 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:11 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-12 03:41:11 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 03:41:11 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:11 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:11 DEBUG : Looking for writers 2026/05/12 03:41:11 DEBUG : file1: reading active writers 2026/05/12 03:41:11 DEBUG : >WaitForWriters: 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:11 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/12 03:41:11 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782dc0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782dc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782dc0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782dc0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782dc0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.881062244 +0000 UTC m=+30.638382556 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782dc0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): _writeAt: size=3, off=2 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.881062244 +0000 UTC m=+30.638382556 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783280): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783900): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783900): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783900): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783900): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783900): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.881062244 +0000 UTC m=+30.638382556 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783900): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f84d0 item 1 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68400): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68400): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68400): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68400): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68400): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.883506658 +0000 UTC m=+30.640826970 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68400): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68900): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68900): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68900): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68900): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68900): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.883506658 +0000 UTC m=+30.640826970 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68900): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f8d90 item 2 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68f40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68f40): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68f40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68f40): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68f40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.885503576 +0000 UTC m=+30.642823888 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b68f40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): _writeAt: size=3, off=2 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.885503576 +0000 UTC m=+30.642823888 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b693c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b69880): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b69880): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b69880): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b69880): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b69880): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.885503576 +0000 UTC m=+30.642823888 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b69880): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f9110 item 3 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90000): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90000): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90000): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90000): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90000): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.888343889 +0000 UTC m=+30.645664201 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90000): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90540): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90540): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90540): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90540): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90540): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.888343889 +0000 UTC m=+30.645664201 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90540): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f95e0 item 4 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90b80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90b80): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90b80): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90b80): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90b80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.890305491 +0000 UTC m=+30.647625803 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c90b80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): _writeAt: size=3, off=2 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.890305491 +0000 UTC m=+30.647625803 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91000): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c914c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c914c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c914c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c914c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c914c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.890305491 +0000 UTC m=+30.647625803 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c914c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f9960 item 5 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91b40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91b40): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91b40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91b40): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91b40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.893141957 +0000 UTC m=+30.650462269 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707c91b40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa180): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa180): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa180): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa180): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa180): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.893141957 +0000 UTC m=+30.650462269 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa180): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075b6850 item 6 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.895574639 +0000 UTC m=+30.652894972 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): _writeAt: size=3, off=2 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.895574639 +0000 UTC m=+30.652894972 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab1c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab1c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab1c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab1c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab1c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.895574639 +0000 UTC m=+30.652894972 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab1c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075b70a0 item 7 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab840): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab840): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab840): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab840): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab840): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.899996566 +0000 UTC m=+30.657316898 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab840): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabd80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabd80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabd80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabd80): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabd80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.899996566 +0000 UTC m=+30.657316898 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabd80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075b79d0 item 8 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:11 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:11 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4200): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x239707cc4200): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4200): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4200): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4200): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4200): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4200): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc45c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc45c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc45c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc45c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc45c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.905033195 +0000 UTC m=+30.662353497 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc45c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): _writeAt: size=3, off=2 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.905033195 +0000 UTC m=+30.662353497 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82740): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82740): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82740): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82740): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82740): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.905033195 +0000 UTC m=+30.662353497 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82740): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c0e0 item 9 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82dc0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82dc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82dc0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82dc0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82dc0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.907862458 +0000 UTC m=+30.665182770 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a82dc0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83300): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83300): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83300): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83300): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83300): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.907862458 +0000 UTC m=+30.665182770 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83300): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c8c0 item 10 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83b80): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x239707a83b80): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83b80): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83b80): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83b80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83b80): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a83b80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e040): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e040): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e040): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e040): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e040): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.909741833 +0000 UTC m=+30.667062135 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e040): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): _writeAt: size=3, off=2 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.909741833 +0000 UTC m=+30.667062135 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6e540): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6ea40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6ea40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6ea40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6ea40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6ea40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.909741833 +0000 UTC m=+30.667062135 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6ea40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771d260 item 11 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f1c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f1c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f1c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f1c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f1c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.912190516 +0000 UTC m=+30.669510828 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f1c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f700): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f700): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f700): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f700): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f700): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.912190516 +0000 UTC m=+30.669510828 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6f700): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771db90 item 12 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6fd40): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x239707b6fd40): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6fd40): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6fd40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6fd40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6fd40): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b6fd40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4ac0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4ac0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4ac0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4ac0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4ac0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.914045996 +0000 UTC m=+30.671366308 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc4ac0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5180): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5180): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5180): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5180): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5180): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.914045996 +0000 UTC m=+30.671366308 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5180): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e150 item 13 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5800): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5800): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5800): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5800): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5800): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.916783966 +0000 UTC m=+30.674104299 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5800): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5d40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5d40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5d40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5d40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5d40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.916783966 +0000 UTC m=+30.674104299 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cc5d40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e620 item 14 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762ac00): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x23970762ac00): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762ac00): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762ac00): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762ac00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762ac00): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762ac00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762b380): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762b380): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762b380): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762b380): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762b380): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.918893578 +0000 UTC m=+30.676213890 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762b380): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762be40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762be40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762be40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762be40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762be40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.918893578 +0000 UTC m=+30.676213890 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970762be40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e9a0 item 15 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80600): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80600): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80600): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80600): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80600): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.920821275 +0000 UTC m=+30.678141587 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80600): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80b40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80b40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80b40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80b40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80b40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.920821275 +0000 UTC m=+30.678141587 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a80b40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757ee00 item 16 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81200): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81200): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81200): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81200): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81200): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.923102231 +0000 UTC m=+30.680422543 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81200): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): _writeAt: size=3, off=7 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.923102231 +0000 UTC m=+30.680422543 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81680): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81c00): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81c00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81c00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81c00): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81c00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.923102231 +0000 UTC m=+30.680422543 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a81c00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757f180 item 17 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8580): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8580): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8580): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8580): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8580): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.925424444 +0000 UTC m=+30.682744756 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8580): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8b40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8b40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8b40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8b40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8b40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.925424444 +0000 UTC m=+30.682744756 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a8b40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757f880 item 18 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a91c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a91c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a91c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a91c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a91c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.927140731 +0000 UTC m=+30.684461033 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a91c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): _writeAt: size=3, off=7 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.927140731 +0000 UTC m=+30.684461033 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397076a96c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707434440): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707434440): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707434440): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707434440): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707434440): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.927140731 +0000 UTC m=+30.684461033 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707434440): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757fc00 item 19 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b08c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b08c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b08c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b08c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b08c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.929834527 +0000 UTC m=+30.687154839 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b08c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b1980): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b1980): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b1980): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b1980): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b1980): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.929834527 +0000 UTC m=+30.687154839 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397075b1980): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074b1110 item 20 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c100): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c100): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c100): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c100): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c100): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.931470984 +0000 UTC m=+30.688791286 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c100): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): _writeAt: size=3, off=7 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.931470984 +0000 UTC m=+30.688791286 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781c600): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781cb80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781cb80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781cb80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781cb80): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781cb80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.931470984 +0000 UTC m=+30.688791286 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781cb80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750a070 item 21 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d200): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d200): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d200): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d200): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d200): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.934003906 +0000 UTC m=+30.691324208 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d200): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d740): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d740): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d740): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d740): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d740): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.934003906 +0000 UTC m=+30.691324208 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781d740): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750afc0 item 22 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781ddc0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781ddc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781ddc0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781ddc0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781ddc0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.935571561 +0000 UTC m=+30.692891863 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970781ddc0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): _writeAt: size=3, off=7 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.935571561 +0000 UTC m=+30.692891863 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077823c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782b80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782b80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782b80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782b80): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782b80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.935571561 +0000 UTC m=+30.692891863 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707782b80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750b6c0 item 23 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783240): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783240): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783240): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.937816619 +0000 UTC m=+30.695136921 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783940): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783940): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783940): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783940): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783940): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.937816619 +0000 UTC m=+30.695136921 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707783940): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab40e0 item 24 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa440): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x239707caa440): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa440): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa440): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa440): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa440): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa440): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.939506297 +0000 UTC m=+30.696826609 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caa800): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): _writeAt: size=3, off=7 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.939506297 +0000 UTC m=+30.696826609 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707caad00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab240): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab240): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab240): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.939506297 +0000 UTC m=+30.696826609 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4460 item 25 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab8c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab8c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab8c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab8c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab8c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.94226724 +0000 UTC m=+30.699587552 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cab8c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabe40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabe40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabe40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabe40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabe40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.94226724 +0000 UTC m=+30.699587552 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707cabe40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4930 item 26 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea580): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x2397077ea580): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea580): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea580): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea580): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea580): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea580): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea940): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea940): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea940): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea940): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea940): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.944165922 +0000 UTC m=+30.701486234 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077ea940): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): >_readAt: n=2, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): _writeAt: size=3, off=7 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.944165922 +0000 UTC m=+30.701486234 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eae40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eb380): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eb380): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eb380): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eb380): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eb380): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.944165922 +0000 UTC m=+30.701486234 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eb380): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4cb0 item 27 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eba00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eba00): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eba00): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eba00): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eba00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.946381544 +0000 UTC m=+30.703701846 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397077eba00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a040): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a040): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a040): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a040): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a040): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.946381544 +0000 UTC m=+30.703701846 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a040): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5180 item 28 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a680): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x23970782a680): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a680): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a680): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a680): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a680): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782a680): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782aa40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782aa40): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782aa40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782aa40): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782aa40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.94806572 +0000 UTC m=+30.705386022 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782aa40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b100): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b100): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b100): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b100): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b100): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.94806572 +0000 UTC m=+30.705386022 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b100): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5500 item 29 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b780): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b780): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b780): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b780): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b780): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.949559225 +0000 UTC m=+30.706879527 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782b780): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782bcc0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782bcc0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782bcc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782bcc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782bcc0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.949559225 +0000 UTC m=+30.706879527 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x23970782bcc0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab59d0 item 30 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852400): _readAt: size=2, off=0 2026/05/12 03:41:11 ERROR : open-test-file(0x239707852400): Couldn't read size of file 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852400): >_readAt: n=0, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852400): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852400): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852400): close: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852400): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078527c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078527c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078527c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078527c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078527c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.951388627 +0000 UTC m=+30.708708939 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078527c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852e80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852e80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852e80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852e80): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852e80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.951388627 +0000 UTC m=+30.708708939 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707852e80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5dc0 item 31 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853500): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853500): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853500): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853500): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853500): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.953035293 +0000 UTC m=+30.710355594 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853500): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853a40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853a40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853a40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853a40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853a40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.953035293 +0000 UTC m=+30.710355594 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707853a40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea3f0 item 32 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886180): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886180): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886180): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886180): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886180): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.955156706 +0000 UTC m=+30.712477018 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886180): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea770 item 33 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.955903128 +0000 UTC m=+30.713223430 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886600): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886b00): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886b00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886b00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886b00): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886b00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.955903128 +0000 UTC m=+30.713223430 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707886b00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deaa10 item 33 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887140): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887140): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887140): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887140): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887140): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.957499097 +0000 UTC m=+30.714819410 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887140): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deae00 item 34 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.958186668 +0000 UTC m=+30.715506980 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078875c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887b00): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887b00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887b00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887b00): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887b00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.958186668 +0000 UTC m=+30.715506980 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707887b00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deafc0 item 34 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6240): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6240): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6240): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.961578555 +0000 UTC m=+30.718898858 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb340 item 35 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.962180204 +0000 UTC m=+30.719500506 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c66c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6bc0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6bc0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6bc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6bc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6bc0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.962180204 +0000 UTC m=+30.719500506 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c6bc0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb500 item 35 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7240): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7240): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7240): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.963645746 +0000 UTC m=+30.720966059 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb880 item 36 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.964408519 +0000 UTC m=+30.721728832 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7740): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7c80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7c80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7c80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7c80): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7c80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.964408519 +0000 UTC m=+30.721728832 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397078c7c80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deba40 item 36 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079083c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079083c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079083c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079083c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079083c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.965857491 +0000 UTC m=+30.723177803 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079083c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707debdc0 item 37 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.966498634 +0000 UTC m=+30.723818946 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908840): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908d40): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908d40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908d40): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908d40): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908d40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.966498634 +0000 UTC m=+30.723818946 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707908d40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb00e0 item 37 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079093c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079093c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079093c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079093c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079093c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.968127817 +0000 UTC m=+30.725448119 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079093c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb04d0 item 38 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.968671525 +0000 UTC m=+30.725991828 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079098c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707909e00): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707909e00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707909e00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707909e00): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707909e00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.968671525 +0000 UTC m=+30.725991828 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707909e00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0690 item 38 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942580): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942580): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942580): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942580): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942580): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.969965303 +0000 UTC m=+30.727285605 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942580): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0a10 item 39 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.970517698 +0000 UTC m=+30.727838000 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942a80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942f80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942f80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942f80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942f80): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942f80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.970517698 +0000 UTC m=+30.727838000 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707942f80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0bd0 item 39 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943600): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943600): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943600): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943600): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943600): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.972119498 +0000 UTC m=+30.729439801 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943600): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0f50 item 40 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.972700999 +0000 UTC m=+30.730021301 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707943b00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972140): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972140): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972140): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972140): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972140): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.972700999 +0000 UTC m=+30.730021301 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972140): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1110 item 40 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.97399678 +0000 UTC m=+30.731317092 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972700): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972c00): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972c00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972c00): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1490 item 41 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972c00): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972c00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.974545518 +0000 UTC m=+30.731865821 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707972c00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1650 item 41 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.975161213 +0000 UTC m=+30.732481515 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079730c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973600): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973600): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973600): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973600): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973600): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.975161213 +0000 UTC m=+30.732481515 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973600): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1810 item 41 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.976616307 +0000 UTC m=+30.733936608 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707973c40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986240): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986240): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1b90 item 42 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986240): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.977276676 +0000 UTC m=+30.734596977 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1d50 item 42 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.977969316 +0000 UTC m=+30.735289619 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986780): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986d00): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986d00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986d00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986d00): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986d00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.977969316 +0000 UTC m=+30.735289619 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707986d00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88070 item 42 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.979195345 +0000 UTC m=+30.736515677 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987340): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987840): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987840): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987840): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b883f0 item 43 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987840): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987840): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.979925247 +0000 UTC m=+30.737245549 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987840): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88700 item 43 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.980515834 +0000 UTC m=+30.737836136 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707987d80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a03c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a03c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a03c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a03c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a03c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.980515834 +0000 UTC m=+30.737836136 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a03c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88a10 item 43 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.981839028 +0000 UTC m=+30.739159329 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0a00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0f00): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0f00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0f00): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88d90 item 44 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0f00): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0f00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.982312833 +0000 UTC m=+30.739633136 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a0f00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89030 item 44 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.982912808 +0000 UTC m=+30.740233111 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a1440): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a19c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a19c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a19c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a19c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a19c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.982912808 +0000 UTC m=+30.740233111 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079a19c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89340 item 44 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.984106426 +0000 UTC m=+30.741426729 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2100): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2600): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2600): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2600): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89730 item 45 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2600): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2600): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.98477412 +0000 UTC m=+30.742094422 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2600): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2d00): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2d00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2d00): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2d00): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2d00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.98477412 +0000 UTC m=+30.742094422 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e2d00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89a40 item 45 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.985937662 +0000 UTC m=+30.743257963 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3340): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3840): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3840): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3840): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89e30 item 46 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3840): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3840): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.986329804 +0000 UTC m=+30.743650105 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x2397079e3840): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04040): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04040): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04040): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04040): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04040): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.986329804 +0000 UTC m=+30.743650105 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04040): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f41c0 item 46 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.987540143 +0000 UTC m=+30.744860455 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04680): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04b80): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04b80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04b80): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4690 item 47 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04b80): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04b80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.987996367 +0000 UTC m=+30.745316669 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a04b80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05280): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05280): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05280): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05280): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05280): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.987996367 +0000 UTC m=+30.745316669 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05280): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f48c0 item 47 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.989246712 +0000 UTC m=+30.746567014 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a058c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05dc0): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05dc0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05dc0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4f50 item 48 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05dc0): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05dc0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.989638072 +0000 UTC m=+30.746958374 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a05dc0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2e5c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2e5c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2e5c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2e5c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2e5c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.989638072 +0000 UTC m=+30.746958374 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2e5c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f51f0 item 48 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2ec00): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2ec00): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2ec00): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2ec00): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2ec00): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.990783831 +0000 UTC m=+30.748104132 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2ec00): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f5c00 item 49 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.991535802 +0000 UTC m=+30.748856104 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f080): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f5c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f5c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f5c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f5c0): >_readAt: n=8, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f5c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.991535802 +0000 UTC m=+30.748856104 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2f5c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f5dc0 item 49 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2fc40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2fc40): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2fc40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2fc40): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2fc40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.992833758 +0000 UTC m=+30.750154060 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a2fc40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e6a10 item 50 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): _readAt: size=2, off=5 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): _writeAt: size=3, off=5 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.99336868 +0000 UTC m=+30.750688993 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68240): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a687c0): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a687c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a687c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a687c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a687c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.99336868 +0000 UTC m=+30.750688993 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a687c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e6f50 item 50 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68e40): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68e40): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68e40): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68e40): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68e40): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.994384984 +0000 UTC m=+30.751705286 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a68e40): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e7a40 item 51 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.994812232 +0000 UTC m=+30.752132534 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69340): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69880): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69880): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69880): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69880): >_readAt: n=8, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69880): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.994812232 +0000 UTC m=+30.752132534 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a69880): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e7e30 item 51 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96000): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96000): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96000): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96000): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96000): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.996057047 +0000 UTC m=+30.753377349 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96000): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e183f0 item 52 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): _readAt: size=2, off=5 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): _writeAt: size=3, off=5 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.996573393 +0000 UTC m=+30.753893696 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96500): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96a80): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96a80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96a80): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96a80): >_readAt: n=3, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96a80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.996573393 +0000 UTC m=+30.753893696 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a96a80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18700 item 52 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a97100): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a97100): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a97100): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a97100): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a97100): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.997895625 +0000 UTC m=+30.755215928 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707a97100): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): _readAt: size=2, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): _writeAt: size=3, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970711a380 item 53 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.998279952 +0000 UTC m=+30.755600254 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b082c0): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08800): _readAt: size=512, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08800): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08800): >openPending: err= 2026/05/12 03:41:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08800): >_readAt: n=8, err=EOF 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08800): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.998279952 +0000 UTC m=+30.755600254 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08800): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: Remove: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970711a8c0 item 53 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08e80): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08e80): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08e80): _writeAt: size=5, off=0 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08e80): >_writeAt: n=5, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08e80): close: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.999469693 +0000 UTC m=+30.756789995 2026/05/12 03:41:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b08e80): >close: err= 2026/05/12 03:41:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 03:41:11 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): openPending: 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): open at offset 5 2026/05/12 03:41:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): >openPending: err= 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970711af50 item 54 2026/05/12 03:41:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): _readAt: size=2, off=5 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): _writeAt: size=3, off=5 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): >_writeAt: n=3, err= 2026/05/12 03:41:11 DEBUG : open-test-file(0x239707b09380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.999929803 +0000 UTC m=+30.757250106 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09900): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09900): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09900): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:11.999929803 +0000 UTC m=+30.757250106 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b09900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20000 item 54 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52080): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52080): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52080): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52080): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52080): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.001031719 +0000 UTC m=+30.758352021 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52080): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20380 item 55 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.001739628 +0000 UTC m=+30.759059930 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52ac0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52ac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52ac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52ac0): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52ac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.001739628 +0000 UTC m=+30.759059930 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b52ac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b205b0 item 55 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53140): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53140): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53140): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53140): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53140): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.003301202 +0000 UTC m=+30.760621505 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53140): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20a10 item 56 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.003738279 +0000 UTC m=+30.761058581 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53bc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53bc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53bc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53bc0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53bc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.003738279 +0000 UTC m=+30.761058581 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b53bc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20bd0 item 56 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.004769961 +0000 UTC m=+30.762090263 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74840): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74840): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74840): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20f50 item 57 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74840): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74840): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.005353365 +0000 UTC m=+30.762673668 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74840): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b21110 item 57 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.005810689 +0000 UTC m=+30.763130992 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b74d80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75300): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75300): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75300): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.005810689 +0000 UTC m=+30.763130992 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b213b0 item 57 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.006987206 +0000 UTC m=+30.764307508 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75940): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75e80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75e80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75e80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b21730 item 58 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75e80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75e80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.007423221 +0000 UTC m=+30.764743523 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b75e80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b218f0 item 58 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.007884333 +0000 UTC m=+30.765204635 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9c4c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ca80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ca80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ca80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ca80): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ca80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.007884333 +0000 UTC m=+30.765204635 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ca80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b21b90 item 58 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.008973985 +0000 UTC m=+30.766294287 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d0c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d600): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d600): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c6460 item 59 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d600): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.009755724 +0000 UTC m=+30.767076026 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9d600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c6770 item 59 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.010217077 +0000 UTC m=+30.767537379 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9db40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc21c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc21c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc21c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc21c0): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc21c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.010217077 +0000 UTC m=+30.767537379 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc21c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c6d20 item 59 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.011596707 +0000 UTC m=+30.768917019 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2800): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c7880 item 60 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.012032251 +0000 UTC m=+30.769352553 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc2d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c7b90 item 60 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.012508492 +0000 UTC m=+30.769828793 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3280): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3840): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3840): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3840): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3840): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3840): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.012508492 +0000 UTC m=+30.769828793 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3840): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707516070 item 60 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.013809082 +0000 UTC m=+30.771129385 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bc3e80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0a4c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0a4c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0a4c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707516620 item 61 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0a4c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0a4c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.014234337 +0000 UTC m=+30.771554639 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0a4c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0abc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0abc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0abc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0abc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0abc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.014234337 +0000 UTC m=+30.771554639 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0abc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075167e0 item 61 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.01534078 +0000 UTC m=+30.772661083 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b200): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b740): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b740): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075172d0 item 62 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b740): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.015765103 +0000 UTC m=+30.773085405 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0b740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0be40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0be40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0be40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0be40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0be40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.015765103 +0000 UTC m=+30.773085405 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c0be40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707517e30 item 62 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.016951137 +0000 UTC m=+30.774271439 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94ac0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94ac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94ac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8380 item 63 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94ac0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94ac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.017527658 +0000 UTC m=+30.774847960 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c94ac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c951c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c951c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c951c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c951c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c951c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.017527658 +0000 UTC m=+30.774847960 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c951c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8540 item 63 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.019182138 +0000 UTC m=+30.776502450 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95800): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8a80 item 64 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.019590841 +0000 UTC m=+30.776911153 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c95d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cba540): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cba540): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cba540): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cba540): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cba540): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.019590841 +0000 UTC m=+30.776911153 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cba540): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8cb0 item 64 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbab80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbab80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbab80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbab80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbab80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.020868078 +0000 UTC m=+30.778188380 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbab80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075ae0e0 item 65 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.021522145 +0000 UTC m=+30.778842457 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb500): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb500): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb500): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb500): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb500): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.021522145 +0000 UTC m=+30.778842457 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbb500): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075ae380 item 65 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbbb40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbbb40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbbb40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbbb40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbbb40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.022730451 +0000 UTC m=+30.780050754 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cbbb40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075af030 item 66 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.023266435 +0000 UTC m=+30.780586737 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce60c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6600): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6600): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.023266435 +0000 UTC m=+30.780586737 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075af880 item 66 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6c40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6c40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6c40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6c40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6c40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.024312504 +0000 UTC m=+30.781632806 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce6c40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2070 item 67 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.024951924 +0000 UTC m=+30.782272236 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce70c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce75c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce75c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce75c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce75c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce75c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.024951924 +0000 UTC m=+30.782272236 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce75c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2310 item 67 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce7c40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce7c40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce7c40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce7c40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce7c40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.026293262 +0000 UTC m=+30.783613574 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ce7c40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2690 item 68 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.026959843 +0000 UTC m=+30.784280155 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a240): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a780): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a780): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a780): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a780): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a780): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.026959843 +0000 UTC m=+30.784280155 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0a780): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2850 item 68 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0adc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0adc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0adc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0adc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0adc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.028398956 +0000 UTC m=+30.785719268 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0adc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2bd0 item 69 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.029137033 +0000 UTC m=+30.786457345 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b240): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b740): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b740): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b740): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.029137033 +0000 UTC m=+30.786457345 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0b740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2d90 item 69 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0bdc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0bdc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0bdc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0bdc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0bdc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.030496424 +0000 UTC m=+30.787816736 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d0bdc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f3110 item 70 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.031156213 +0000 UTC m=+30.788476525 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d263c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26900): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26900): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26900): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.031156213 +0000 UTC m=+30.788476525 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f33b0 item 70 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26f80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26f80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26f80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26f80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26f80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.03239726 +0000 UTC m=+30.789717563 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d26f80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f3730 item 71 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.032821403 +0000 UTC m=+30.790141705 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27480): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27980): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27980): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27980): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27980): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27980): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.032821403 +0000 UTC m=+30.790141705 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d27980): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f38f0 item 71 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.034016524 +0000 UTC m=+30.791336826 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970785a9a0 item 72 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.034480111 +0000 UTC m=+30.791800413 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3c600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3cb40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3cb40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3cb40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3cb40): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3cb40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.034480111 +0000 UTC m=+30.791800413 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3cb40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970785b180 item 72 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.035571425 +0000 UTC m=+30.792891727 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d600): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d600): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970785bd50 item 73 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d600): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.035978115 +0000 UTC m=+30.793298417 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3d600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbe150 item 73 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.036453985 +0000 UTC m=+30.793774287 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d3dac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a100): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a100): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a100): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.036453985 +0000 UTC m=+30.793774287 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbe310 item 73 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.037614902 +0000 UTC m=+30.794935204 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5a740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5ac40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5ac40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5ac40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbe690 item 74 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5ac40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5ac40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.037991123 +0000 UTC m=+30.795311426 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5ac40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbe9a0 item 74 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.038457856 +0000 UTC m=+30.795778158 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b700): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b700): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.038457856 +0000 UTC m=+30.795778158 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5b700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbeb60 item 74 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.039675721 +0000 UTC m=+30.796996023 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d5bd40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78340): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78340): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbefc0 item 75 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78340): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.040053415 +0000 UTC m=+30.797373718 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbf180 item 75 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.04049457 +0000 UTC m=+30.797814872 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78880): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78dc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78dc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78dc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78dc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78dc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.04049457 +0000 UTC m=+30.797814872 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d78dc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbf420 item 75 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.041533045 +0000 UTC m=+30.798853346 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79400): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbf880 item 76 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.04197938 +0000 UTC m=+30.799299682 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbfa40 item 76 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.042664956 +0000 UTC m=+30.799985258 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d79e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d944c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d944c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d944c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d944c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d944c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.042664956 +0000 UTC m=+30.799985258 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d944c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dbfc00 item 76 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.043762112 +0000 UTC m=+30.801082415 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d94b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95000): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95000): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b360e0 item 77 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95000): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.044174903 +0000 UTC m=+30.801495206 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95700): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95700): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.044174903 +0000 UTC m=+30.801495206 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b362a0 item 77 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.045349535 +0000 UTC m=+30.802669837 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707d95d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2340): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2340): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36690 item 78 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2340): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.045784649 +0000 UTC m=+30.803104951 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2a40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2a40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.045784649 +0000 UTC m=+30.803104951 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db2a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36850 item 78 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.047435512 +0000 UTC m=+30.804755824 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3080): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36cb0 item 79 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.047942822 +0000 UTC m=+30.805263134 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3c80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3c80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.047942822 +0000 UTC m=+30.805263134 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707db3c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36e70 item 79 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.049315308 +0000 UTC m=+30.806635610 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda8c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda8c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda8c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b373b0 item 80 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda8c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda8c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.04979201 +0000 UTC m=+30.807112322 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda8c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddafc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddafc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddafc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddafc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddafc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.04979201 +0000 UTC m=+30.807112322 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddafc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37570 item 80 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34140): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34140): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34140): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34140): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34140): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.052059571 +0000 UTC m=+30.809379883 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34140): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36070 item 81 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.052562512 +0000 UTC m=+30.809882813 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda880): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda880): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda880): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda880): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda880): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.052562512 +0000 UTC m=+30.809882813 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dda880): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36230 item 81 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddb580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddb580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddb580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddb580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddb580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.053852402 +0000 UTC m=+30.811172705 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddb580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36620 item 82 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.054310409 +0000 UTC m=+30.811630711 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ddba80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34380): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34380): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34380): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.054310409 +0000 UTC m=+30.811630711 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b367e0 item 82 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34a00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34a00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.055440327 +0000 UTC m=+30.812760629 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36c40 item 83 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.0558597 +0000 UTC m=+30.813180002 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c34f00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35440): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35440): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35440): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35440): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35440): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.0558597 +0000 UTC m=+30.813180002 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35440): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36e00 item 83 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35ac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35ac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35ac0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35ac0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35ac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.057000549 +0000 UTC m=+30.814320850 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c35ac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37340 item 84 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.057461711 +0000 UTC m=+30.814782013 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82140): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a826c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a826c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a826c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a826c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a826c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.057461711 +0000 UTC m=+30.814782013 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a826c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37500 item 84 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.059068902 +0000 UTC m=+30.816389224 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a82d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37ab0 item 85 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.059672112 +0000 UTC m=+30.816992445 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83240): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83780): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83780): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83780): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83780): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83780): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.059672112 +0000 UTC m=+30.816992445 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83780): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37d50 item 85 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83e00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83e00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83e00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83e00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83e00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.061010435 +0000 UTC m=+30.818330737 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a83e00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3e380 item 86 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.061539907 +0000 UTC m=+30.818860209 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4400): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4a00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4a00): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.061539907 +0000 UTC m=+30.818860209 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3e690 item 86 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5080): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5080): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5080): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5080): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5080): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.06255656 +0000 UTC m=+30.819876862 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5080): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3ecb0 item 87 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.062993968 +0000 UTC m=+30.820314269 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5ac0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5ac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5ac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5ac0): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5ac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.062993968 +0000 UTC m=+30.820314269 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5ac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3ef50 item 87 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a780): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a780): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a780): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a780): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a780): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.064231479 +0000 UTC m=+30.821551781 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a780): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3f490 item 88 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.064801698 +0000 UTC m=+30.822122000 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b0c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bb00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bb00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bb00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bb00): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bb00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.064801698 +0000 UTC m=+30.822122000 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bb00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3f650 item 88 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.066194933 +0000 UTC m=+30.823515235 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a808c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a808c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a808c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e181c0 item 89 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a808c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a808c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.06665819 +0000 UTC m=+30.823978492 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a808c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18540 item 89 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.067143919 +0000 UTC m=+30.824464221 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80e00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81380): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81380): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81380): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.067143919 +0000 UTC m=+30.824464221 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18770 item 89 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.068336024 +0000 UTC m=+30.825656336 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8280): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8280): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8280): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18b60 item 90 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8280): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8280): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.068797828 +0000 UTC m=+30.826118130 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8280): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18d20 item 90 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.069351255 +0000 UTC m=+30.826671557 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8800): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8dc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8dc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8dc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8dc0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8dc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.069351255 +0000 UTC m=+30.826671557 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8dc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18ee0 item 90 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.070629594 +0000 UTC m=+30.827949896 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9400): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9c80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e19260 item 91 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9c80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.07119848 +0000 UTC m=+30.828518782 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e19570 item 91 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.071675723 +0000 UTC m=+30.828996026 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707434c00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b0a80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b0a80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b0a80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b0a80): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b0a80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.071675723 +0000 UTC m=+30.828996026 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b0a80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e19960 item 91 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.072812103 +0000 UTC m=+30.830132405 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1bc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c200): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c200): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c200): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c0e0 item 92 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c200): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c200): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.073266893 +0000 UTC m=+30.830587195 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c200): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c540 item 92 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.073784562 +0000 UTC m=+30.831104865 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c7c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cd80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cd80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cd80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cd80): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cd80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.073784562 +0000 UTC m=+30.831104865 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cd80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c700 item 92 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.074942554 +0000 UTC m=+30.832262856 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771ca80 item 93 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.075335987 +0000 UTC m=+30.832656290 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.075335987 +0000 UTC m=+30.832656290 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771d260 item 93 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.076515699 +0000 UTC m=+30.833836002 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782f40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782f40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782f40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771d8f0 item 94 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782f40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782f40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.076910868 +0000 UTC m=+30.834231170 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782f40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783700): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783700): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.076910868 +0000 UTC m=+30.834231170 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771dc00 item 94 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.078310957 +0000 UTC m=+30.835631259 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510880): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510880): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510880): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e2a0 item 95 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510880): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510880): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.078783631 +0000 UTC m=+30.836103943 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510880): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510f80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510f80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510f80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510f80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510f80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.078783631 +0000 UTC m=+30.836103943 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707510f80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e4d0 item 95 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.080360184 +0000 UTC m=+30.837680496 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075115c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707511b00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707511b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707511b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e850 item 96 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707511b00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707511b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.080803022 +0000 UTC m=+30.838123323 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707511b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4300): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4300): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4300): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.080803022 +0000 UTC m=+30.838123323 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757ea10 item 96 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= 2026/05/12 03:41:12 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : >WaitForWriters: 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:12 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/12 03:41:12 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d49c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d49c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d49c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d49c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d49c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.086417272 +0000 UTC m=+30.843737575 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d49c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.086417272 +0000 UTC m=+30.843737575 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d4e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5300): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5300): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5300): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.086417272 +0000 UTC m=+30.843737575 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab45b0 item 1 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5940): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5940): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5940): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5940): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5940): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.088349328 +0000 UTC m=+30.845669630 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5940): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5e40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5e40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.088349328 +0000 UTC m=+30.845669630 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076d5e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4a80 item 2 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.089583364 +0000 UTC m=+30.846903666 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.089583364 +0000 UTC m=+30.846903666 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6ec0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6ec0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6ec0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6ec0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6ec0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.089583364 +0000 UTC m=+30.846903666 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e6ec0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4e00 item 3 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7540): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7540): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7540): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7540): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7540): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.091436379 +0000 UTC m=+30.848756681 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7540): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7a80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7a80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7a80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7a80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7a80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.091436379 +0000 UTC m=+30.848756681 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397077e7a80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab52d0 item 4 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078281c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078281c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078281c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078281c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078281c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.092708565 +0000 UTC m=+30.850028868 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078281c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.092708565 +0000 UTC m=+30.850028868 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828b00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828b00): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.092708565 +0000 UTC m=+30.850028868 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707828b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab57a0 item 5 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829180): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829180): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.0942966 +0000 UTC m=+30.851616902 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078296c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078296c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078296c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078296c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078296c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.0942966 +0000 UTC m=+30.851616902 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078296c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5ce0 item 6 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.095396531 +0000 UTC m=+30.852716834 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707829d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.095396531 +0000 UTC m=+30.852716834 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852800): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852800): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852800): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852800): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852800): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.095396531 +0000 UTC m=+30.852716834 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852800): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea2a0 item 7 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852e80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852e80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852e80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852e80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852e80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.097206505 +0000 UTC m=+30.854526808 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707852e80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078533c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078533c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078533c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078533c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078533c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.097206505 +0000 UTC m=+30.854526808 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078533c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea7e0 item 8 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853980): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x239707853980): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853980): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853980): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853980): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853980): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853980): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.098569343 +0000 UTC m=+30.855889646 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707853d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.098569343 +0000 UTC m=+30.855889646 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078842c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078847c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078847c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078847c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078847c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078847c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.098569343 +0000 UTC m=+30.855889646 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078847c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deacb0 item 9 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707884e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707884e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707884e40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707884e40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707884e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.10035366 +0000 UTC m=+30.857673962 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707884e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885380): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885380): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885380): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.10035366 +0000 UTC m=+30.857673962 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb180 item 10 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078859c0): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x2397078859c0): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078859c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078859c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078859c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078859c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078859c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885d80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885d80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885d80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885d80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885d80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.101719283 +0000 UTC m=+30.859039585 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707885d80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.101719283 +0000 UTC m=+30.859039585 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decb00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decb00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decb00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decb00): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decb00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.101719283 +0000 UTC m=+30.859039585 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decb00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750a380 item 11 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded180): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded180): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.103531412 +0000 UTC m=+30.860851714 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded6c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded6c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded6c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded6c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded6c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.103531412 +0000 UTC m=+30.860851714 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded6c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750b1f0 item 12 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dedd00): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x239707dedd00): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dedd00): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dedd00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dedd00): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dedd00): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dedd00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e1c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e1c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e1c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e1c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e1c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.104848143 +0000 UTC m=+30.862168445 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e1c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e880): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e880): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e880): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e880): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e880): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.104848143 +0000 UTC m=+30.862168445 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790e880): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750b8f0 item 13 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790ef00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790ef00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790ef00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790ef00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790ef00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.106016444 +0000 UTC m=+30.863336745 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790ef00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790f440): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790f440): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790f440): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790f440): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790f440): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.106016444 +0000 UTC m=+30.863336745 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790f440): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb00e0 item 14 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fa80): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x23970790fa80): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fa80): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fa80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fa80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fa80): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fa80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fe40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fe40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fe40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fe40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fe40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.107355588 +0000 UTC m=+30.864675890 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970790fe40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793c600): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793c600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793c600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793c600): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793c600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.107355588 +0000 UTC m=+30.864675890 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793c600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb04d0 item 15 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793cc80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793cc80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793cc80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793cc80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793cc80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.108749945 +0000 UTC m=+30.866070247 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793cc80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d1c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d1c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d1c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d1c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d1c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.108749945 +0000 UTC m=+30.866070247 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d1c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0850 item 16 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d800): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d800): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d800): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d800): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d800): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.110024427 +0000 UTC m=+30.867344729 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793d800): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.110024427 +0000 UTC m=+30.867344729 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970793dc80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956280): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956280): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956280): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956280): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956280): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.110024427 +0000 UTC m=+30.867344729 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956280): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0bd0 item 17 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.111556365 +0000 UTC m=+30.868876677 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956e40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956e40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.111556365 +0000 UTC m=+30.868876677 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707956e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb10a0 item 18 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079574c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079574c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079574c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079574c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079574c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.112892222 +0000 UTC m=+30.870212525 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079574c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.112892222 +0000 UTC m=+30.870212525 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079579c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707957ec0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707957ec0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707957ec0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707957ec0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707957ec0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.112892222 +0000 UTC m=+30.870212525 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707957ec0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1420 item 19 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984640): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984640): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.114731472 +0000 UTC m=+30.872051774 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984b80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984b80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984b80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984b80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984b80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.114731472 +0000 UTC m=+30.872051774 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984b80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb18f0 item 20 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985200): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985200): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985200): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985200): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985200): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.115960086 +0000 UTC m=+30.873280389 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985200): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.115960086 +0000 UTC m=+30.873280389 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c00): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.115960086 +0000 UTC m=+30.873280389 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1c70 item 21 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2380): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2380): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2380): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.117594879 +0000 UTC m=+30.874915181 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a28c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a28c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a28c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a28c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a28c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.117594879 +0000 UTC m=+30.874915181 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a28c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b882a0 item 22 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2f40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2f40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2f40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2f40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2f40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.118893025 +0000 UTC m=+30.876213327 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a2f40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.118893025 +0000 UTC m=+30.876213327 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3440): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3940): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3940): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3940): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3940): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3940): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.118893025 +0000 UTC m=+30.876213327 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a3940): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88770 item 23 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d60c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d60c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d60c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d60c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d60c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.120525714 +0000 UTC m=+30.877846017 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d60c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6600): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6600): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.120525714 +0000 UTC m=+30.877846017 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88d90 item 24 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6c40): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x2397079d6c40): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6c40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6c40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6c40): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d6c40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7000): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7000): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7000): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.121862423 +0000 UTC m=+30.879182725 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.121862423 +0000 UTC m=+30.879182725 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7500): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7a40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7a40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.121862423 +0000 UTC m=+30.879182725 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d7a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89340 item 25 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e81c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e81c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e81c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e81c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e81c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.123609329 +0000 UTC m=+30.880929630 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e81c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8700): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8700): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.123609329 +0000 UTC m=+30.880929630 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b898f0 item 26 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8d40): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x2397079e8d40): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8d40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e8d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.124980062 +0000 UTC m=+30.882300374 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.124980062 +0000 UTC m=+30.882300374 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9b40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9b40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9b40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9b40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9b40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.124980062 +0000 UTC m=+30.882300374 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079e9b40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89dc0 item 27 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a182c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a182c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a182c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a182c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a182c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.126784015 +0000 UTC m=+30.884104316 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a182c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18800): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18800): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18800): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18800): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18800): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.126784015 +0000 UTC m=+30.884104316 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18800): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f45b0 item 28 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18e40): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x239707a18e40): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18e40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18e40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a18e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a19200): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a19200): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a19200): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a19200): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a19200): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.12798655 +0000 UTC m=+30.885306852 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a19200): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a198c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a198c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a198c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a198c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a198c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.12798655 +0000 UTC m=+30.885306852 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a198c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4a80 item 29 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40040): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40040): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40040): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40040): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40040): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.129159669 +0000 UTC m=+30.886479971 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40040): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40580): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40580): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40580): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.129159669 +0000 UTC m=+30.886479971 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f5030 item 30 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40bc0): _readAt: size=2, off=0 2026/05/12 03:41:12 ERROR : open-test-file(0x239707a40bc0): Couldn't read size of file 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40bc0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40bc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40bc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40bc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40f80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40f80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40f80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40f80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40f80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.130356454 +0000 UTC m=+30.887676756 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a40f80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41640): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41640): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41640): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.130356454 +0000 UTC m=+30.887676756 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f5b20 item 31 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41cc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41cc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41cc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41cc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41cc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.131525284 +0000 UTC m=+30.888845587 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a41cc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a300): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a300): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a300): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.131525284 +0000 UTC m=+30.888845587 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e6150 item 32 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a940): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a940): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a940): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a940): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a940): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.132731077 +0000 UTC m=+30.890051379 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6a940): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e6c40 item 33 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.133177691 +0000 UTC m=+30.890497993 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6adc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b2c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b2c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b2c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b2c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b2c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.133177691 +0000 UTC m=+30.890497993 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b2c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e75e0 item 33 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.13433472 +0000 UTC m=+30.891655023 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6b900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e7b90 item 34 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.134956316 +0000 UTC m=+30.892276618 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a6bd80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a923c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a923c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a923c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a923c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a923c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.134956316 +0000 UTC m=+30.892276618 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a923c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970711a380 item 34 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92a00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92a00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.135976557 +0000 UTC m=+30.893296859 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970711acb0 item 35 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.136430605 +0000 UTC m=+30.893750907 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92e80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93380): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93380): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93380): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.136430605 +0000 UTC m=+30.893750907 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970711af50 item 35 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93a00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93a00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.137907099 +0000 UTC m=+30.895227401 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b201c0 item 36 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.138356489 +0000 UTC m=+30.895676792 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc540): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc540): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc540): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc540): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc540): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.138356489 +0000 UTC m=+30.895676792 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adc540): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20380 item 36 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adcb80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adcb80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adcb80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adcb80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adcb80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.13965212 +0000 UTC m=+30.896972422 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707adcb80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20770 item 37 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.139989288 +0000 UTC m=+30.897309590 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add500): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add500): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add500): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add500): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add500): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.139989288 +0000 UTC m=+30.897309590 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707add500): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20a10 item 37 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707addb80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707addb80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707addb80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707addb80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707addb80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.141154573 +0000 UTC m=+30.898474875 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707addb80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20d90 item 38 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.14165495 +0000 UTC m=+30.898975251 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa6c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa6c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa6c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa6c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa6c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.14165495 +0000 UTC m=+30.898975251 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afa6c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b20f50 item 38 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afad40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afad40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afad40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afad40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afad40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.142725385 +0000 UTC m=+30.900045687 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afad40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b213b0 item 39 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.14315145 +0000 UTC m=+30.900471752 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb240): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb740): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb740): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb740): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.14315145 +0000 UTC m=+30.900471752 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afb740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b21570 item 39 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afbdc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afbdc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afbdc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afbdc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afbdc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.144286839 +0000 UTC m=+30.901607141 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707afbdc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b218f0 item 40 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.144710852 +0000 UTC m=+30.902031153 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c900): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c900): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c900): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.144710852 +0000 UTC m=+30.902031153 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1c900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b21b90 item 40 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.14587323 +0000 UTC m=+30.903193532 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1cec0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d3c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c6460 item 41 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d3c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.146266464 +0000 UTC m=+30.903586766 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c6770 item 41 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.146654689 +0000 UTC m=+30.903974991 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1d880): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1ddc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1ddc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1ddc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1ddc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1ddc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.146654689 +0000 UTC m=+30.903974991 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b1ddc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c6d20 item 41 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.147672595 +0000 UTC m=+30.904992897 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62500): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62a00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c7880 item 42 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62a00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.148049458 +0000 UTC m=+30.905369760 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c7b90 item 42 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.148631248 +0000 UTC m=+30.905951551 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62f40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b634c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b634c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b634c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b634c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b634c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.148631248 +0000 UTC m=+30.905951551 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b634c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707516070 item 42 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.149902052 +0000 UTC m=+30.907222354 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2540): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2a40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8310 item 43 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2a40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.150310034 +0000 UTC m=+30.907630336 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c84d0 item 43 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.150779783 +0000 UTC m=+30.908100085 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2f80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf34c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf34c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf34c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf34c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf34c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.150779783 +0000 UTC m=+30.908100085 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf34c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8690 item 43 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.151998309 +0000 UTC m=+30.909318611 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c8c40 item 44 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.152471724 +0000 UTC m=+30.909792026 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c9030 item 44 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.152945521 +0000 UTC m=+30.910265823 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baa640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baabc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baabc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baabc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baabc0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baabc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.152945521 +0000 UTC m=+30.910265823 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707baabc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074c9a40 item 44 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.153973265 +0000 UTC m=+30.911293567 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab200): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab700): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab700): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075ae460 item 45 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab700): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.154459194 +0000 UTC m=+30.911779496 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bab700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707babe00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707babe00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707babe00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707babe00): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707babe00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.154459194 +0000 UTC m=+30.911779496 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707babe00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075ae850 item 45 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.155559276 +0000 UTC m=+30.912879578 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc540): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcca40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcca40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcca40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075af8f0 item 46 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcca40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcca40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.1559312 +0000 UTC m=+30.913251501 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcca40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd140): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd140): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd140): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd140): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd140): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.1559312 +0000 UTC m=+30.913251501 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd140): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075afab0 item 46 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.157458049 +0000 UTC m=+30.914778350 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd780): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcdc80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcdc80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcdc80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f21c0 item 47 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcdc80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcdc80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.158506602 +0000 UTC m=+30.915826905 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcdc80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22400): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22400): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22400): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22400): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22400): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.158506602 +0000 UTC m=+30.915826905 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22400): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea070 item 47 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.159869781 +0000 UTC m=+30.917190084 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22f40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22f40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22f40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea540 item 48 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22f40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22f40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.160259028 +0000 UTC m=+30.917579329 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c22f40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23640): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23640): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23640): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.160259028 +0000 UTC m=+30.917579329 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dea700 item 48 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23c80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23c80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.16145518 +0000 UTC m=+30.918775482 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707c23c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deabd0 item 49 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.161880416 +0000 UTC m=+30.919200717 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62200): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62740): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62740): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62740): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.161880416 +0000 UTC m=+30.919200717 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707dead90 item 49 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62dc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62dc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62dc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62dc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62dc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.163018168 +0000 UTC m=+30.920338470 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b62dc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb110 item 50 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.163473068 +0000 UTC m=+30.920793370 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b632c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b638c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b638c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b638c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b638c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b638c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.163473068 +0000 UTC m=+30.920793370 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b638c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb2d0 item 50 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4040): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4040): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4040): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4040): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4040): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.164513477 +0000 UTC m=+30.921833778 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4040): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb6c0 item 51 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.165052997 +0000 UTC m=+30.922373299 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4540): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4b00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4b00): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.165052997 +0000 UTC m=+30.922373299 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc4b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707deb880 item 51 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5180): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5180): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.166133511 +0000 UTC m=+30.923453823 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707debc00 item 52 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.166541914 +0000 UTC m=+30.923862216 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5680): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5c00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5c00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5c00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5c00): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5c00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.166541914 +0000 UTC m=+30.923862216 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707cc5c00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707debdc0 item 52 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.167505036 +0000 UTC m=+30.924825338 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762a900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2690 item 53 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.167916244 +0000 UTC m=+30.925236546 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762b3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bcc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bcc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bcc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bcc0): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bcc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.167916244 +0000 UTC m=+30.925236546 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970762bcc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2850 item 53 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a804c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a804c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a804c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a804c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a804c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.169247764 +0000 UTC m=+30.926568066 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a804c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2bd0 item 54 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.169752959 +0000 UTC m=+30.927073261 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a809c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80f40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80f40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80f40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80f40): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80f40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.169752959 +0000 UTC m=+30.927073261 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a80f40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f2d90 item 54 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a815c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a815c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a815c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a815c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a815c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.171001552 +0000 UTC m=+30.928321853 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a815c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f3110 item 55 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.171475067 +0000 UTC m=+30.928795369 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a81b40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8380): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8380): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8380): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.171475067 +0000 UTC m=+30.928795369 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f33b0 item 55 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8a40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8a40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.172702229 +0000 UTC m=+30.930022551 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f3730 item 56 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.173154345 +0000 UTC m=+30.930474647 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a8f40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a94c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a94c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a94c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a94c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a94c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.173154345 +0000 UTC m=+30.930474647 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a94c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397079f38f0 item 56 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.174178712 +0000 UTC m=+30.931499015 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397076a9e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707435840): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707435840): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707435840): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707516460 item 57 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707435840): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707435840): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.174618654 +0000 UTC m=+30.931938957 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707435840): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707516620 item 57 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.175155751 +0000 UTC m=+30.932476053 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1440): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1c80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1c80): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.175155751 +0000 UTC m=+30.932476053 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397075b1c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075167e0 item 57 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.176252616 +0000 UTC m=+30.933572919 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c980): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c980): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c980): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397075172d0 item 58 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c980): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c980): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.176648516 +0000 UTC m=+30.933968817 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781c980): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707517e30 item 58 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.177132251 +0000 UTC m=+30.934452553 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781cec0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d480): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d480): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d480): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d480): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d480): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.177132251 +0000 UTC m=+30.934452553 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781d480): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36150 item 58 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.17826849 +0000 UTC m=+30.935588792 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970781dac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36540 item 59 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.17873873 +0000 UTC m=+30.936059032 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36700 item 59 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.179177079 +0000 UTC m=+30.936497381 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782e80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782e80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782e80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782e80): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782e80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.179177079 +0000 UTC m=+30.936497381 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707782e80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b369a0 item 59 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.180251421 +0000 UTC m=+30.937571724 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707783580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec0c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec0c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec0c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36d20 item 60 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec0c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec0c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.180668612 +0000 UTC m=+30.937988914 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec0c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b36ee0 item 60 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.181154 +0000 UTC m=+30.938474302 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dec640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decc00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decc00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decc00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decc00): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decc00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.181154 +0000 UTC m=+30.938474302 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707decc00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37260 item 60 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.182239624 +0000 UTC m=+30.939559926 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded240): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded780): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded780): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded780): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b375e0 item 61 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded780): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded780): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.182652304 +0000 UTC m=+30.939972606 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ded780): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dede80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dede80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dede80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dede80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dede80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.182652304 +0000 UTC m=+30.939972606 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707dede80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b377a0 item 61 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.183835393 +0000 UTC m=+30.941155694 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2b80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2b80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2b80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37b20 item 62 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2b80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2b80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.184307055 +0000 UTC m=+30.941627357 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf2b80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3280): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3280): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3280): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3280): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3280): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.184307055 +0000 UTC m=+30.941627357 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3280): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b37ce0 item 62 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.185712083 +0000 UTC m=+30.943032386 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf38c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3e00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3e00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3e00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3e1c0 item 63 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3e00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3e00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.186046185 +0000 UTC m=+30.943366487 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bf3e00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc600): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc600): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.186046185 +0000 UTC m=+30.943366487 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcc600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3e460 item 63 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): >_readAt: n=0, err=Bad file descriptor 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.187474978 +0000 UTC m=+30.944795280 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bccc40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd180): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3ea10 item 64 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd180): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.187835309 +0000 UTC m=+30.945155612 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707bcd180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834400): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834400): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834400): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834400): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834400): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.187835309 +0000 UTC m=+30.945155612 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834400): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3ed90 item 64 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834a40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834a40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.189102467 +0000 UTC m=+30.946422770 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3f2d0 item 65 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.189527883 +0000 UTC m=+30.946848184 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707834ec0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078353c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078353c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078353c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078353c0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078353c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.189527883 +0000 UTC m=+30.946848184 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078353c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b3f500 item 65 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835a00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835a00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.190730928 +0000 UTC m=+30.948051231 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18070 item 66 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.191266722 +0000 UTC m=+30.948587024 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707835e80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078784c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078784c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078784c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078784c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078784c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.191266722 +0000 UTC m=+30.948587024 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078784c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e182a0 item 66 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878b00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878b00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.192398674 +0000 UTC m=+30.949718975 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e187e0 item 67 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.19291461 +0000 UTC m=+30.950234912 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707878f80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879480): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879480): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879480): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879480): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879480): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.19291461 +0000 UTC m=+30.950234912 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879480): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e189a0 item 67 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879b00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879b00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879b00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879b00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879b00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.194057652 +0000 UTC m=+30.951377954 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707879b00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18d20 item 68 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.19452182 +0000 UTC m=+30.951842123 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8640): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8640): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8640): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.19452182 +0000 UTC m=+30.951842123 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e18ee0 item 68 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8c80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8c80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.195618315 +0000 UTC m=+30.952938617 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b8c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e19260 item 69 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.196135705 +0000 UTC m=+30.953456006 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9600): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9600): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9600): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.196135705 +0000 UTC m=+30.953456006 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e19570 item 69 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9c80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9c80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.19735991 +0000 UTC m=+30.954680222 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078b9c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707e19ce0 item 70 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.197866609 +0000 UTC m=+30.955186911 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee280): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee7c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee7c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee7c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee7c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee7c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.197866609 +0000 UTC m=+30.955186911 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ee7c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c0e0 item 70 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078eee40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078eee40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078eee40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078eee40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078eee40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.198993932 +0000 UTC m=+30.956314244 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078eee40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c700 item 71 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.199456646 +0000 UTC m=+30.956776949 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef840): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef840): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef840): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef840): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef840): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.199456646 +0000 UTC m=+30.956776949 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397078ef840): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970771c8c0 item 71 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.200612153 +0000 UTC m=+30.957932455 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074b1030 item 72 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.201156653 +0000 UTC m=+30.958476956 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900b40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900b40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900b40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900b40): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900b40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.201156653 +0000 UTC m=+30.958476956 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707900b40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074b1500 item 72 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.202288093 +0000 UTC m=+30.959608396 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901600): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901600): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e310 item 73 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901600): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.202746251 +0000 UTC m=+30.960066553 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e540 item 73 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.203222772 +0000 UTC m=+30.960543084 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707901ac0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936100): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936100): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936100): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.203222772 +0000 UTC m=+30.960543084 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757e700 item 73 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.204307143 +0000 UTC m=+30.961627446 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936c40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936c40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936c40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757ea80 item 74 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936c40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936c40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.204693185 +0000 UTC m=+30.962013487 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707936c40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757ed20 item 74 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.205297137 +0000 UTC m=+30.962617439 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937180): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937700): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937700): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.205297137 +0000 UTC m=+30.962617439 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757eee0 item 74 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.2063612 +0000 UTC m=+30.963681502 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707937d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948340): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948340): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757f260 item 75 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948340): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.206782577 +0000 UTC m=+30.964102880 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): _writeAt: size=3, off=2 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757f570 item 75 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.207289216 +0000 UTC m=+30.964609519 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948880): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948dc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948dc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948dc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948dc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948dc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.207289216 +0000 UTC m=+30.964609519 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707948dc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757f810 item 75 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.208378356 +0000 UTC m=+30.965698659 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949400): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757fc00 item 76 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.208775237 +0000 UTC m=+30.966095540 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970757fdc0 item 76 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): _writeAt: size=3, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.209415038 +0000 UTC m=+30.966735341 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707949e40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796e4c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796e4c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796e4c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796e4c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796e4c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.209415038 +0000 UTC m=+30.966735341 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796e4c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4150 item 76 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.210504369 +0000 UTC m=+30.967824671 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796eb00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f000): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f000): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab45b0 item 77 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f000): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.210929362 +0000 UTC m=+30.968249665 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f700): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f700): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f700): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f700): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f700): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.210929362 +0000 UTC m=+30.968249665 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796f700): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4770 item 77 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.214649962 +0000 UTC m=+30.971970264 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x23970796fd40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984340): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984340): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984340): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4af0 item 78 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984340): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984340): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.215051512 +0000 UTC m=+30.972371814 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984340): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984a40): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984a40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984a40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984a40): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984a40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.215051512 +0000 UTC m=+30.972371814 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707984a40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab4cb0 item 78 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.216269586 +0000 UTC m=+30.973589888 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985080): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5030 item 79 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.216661648 +0000 UTC m=+30.973981950 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.216661648 +0000 UTC m=+30.973981950 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707985c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab51f0 item 79 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.218286682 +0000 UTC m=+30.975606984 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a03c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a08c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a08c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a08c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5650 item 80 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a08c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a08c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.218857453 +0000 UTC m=+30.976177754 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a08c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a0fc0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a0fc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a0fc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a0fc0): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a0fc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.218857453 +0000 UTC m=+30.976177754 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a0fc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5880 item 80 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1600): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1600): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1600): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1600): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1600): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.220268502 +0000 UTC m=+30.977588804 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1600): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5c70 item 81 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.220739002 +0000 UTC m=+30.978059304 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079a1a80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d80c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d80c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d80c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d80c0): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d80c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.220739002 +0000 UTC m=+30.978059304 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d80c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707ab5e30 item 81 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8740): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8740): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8740): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.221976102 +0000 UTC m=+30.979296404 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750acb0 item 82 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.22242956 +0000 UTC m=+30.979749862 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d8c40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d91c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d91c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d91c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d91c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d91c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.22242956 +0000 UTC m=+30.979749862 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d91c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750afc0 item 82 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9840): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9840): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9840): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9840): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9840): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.223476392 +0000 UTC m=+30.980796693 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9840): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750b6c0 item 83 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.223933737 +0000 UTC m=+30.981254039 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079d9d40): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fa380): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fa380): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fa380): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fa380): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fa380): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.223933737 +0000 UTC m=+30.981254039 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fa380): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x23970750bab0 item 83 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faa00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faa00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faa00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faa00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faa00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.225026914 +0000 UTC m=+30.982347217 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faa00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0150 item 84 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.225678016 +0000 UTC m=+30.982998319 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079faf00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fb480): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fb480): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fb480): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fb480): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fb480): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.225678016 +0000 UTC m=+30.982998319 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fb480): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0310 item 84 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fbb00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fbb00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fbb00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fbb00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fbb00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.226686875 +0000 UTC m=+30.984007177 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x2397079fbb00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0700 item 85 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.227157896 +0000 UTC m=+30.984478198 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16100): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16640): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16640): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16640): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.227157896 +0000 UTC m=+30.984478198 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb08c0 item 85 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16cc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16cc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16cc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16cc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16cc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.228221289 +0000 UTC m=+30.985541590 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a16cc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0c40 item 86 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.228683373 +0000 UTC m=+30.986003675 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a171c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17740): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17740): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17740): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17740): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17740): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.228683373 +0000 UTC m=+30.986003675 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17740): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb0e00 item 86 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17dc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17dc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17dc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17dc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17dc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.23011443 +0000 UTC m=+30.987434732 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a17dc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1180 item 87 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.230564781 +0000 UTC m=+30.987885084 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a483c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48900): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48900): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48900): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.230564781 +0000 UTC m=+30.987885084 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1340 item 87 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48f80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48f80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48f80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48f80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48f80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.23165226 +0000 UTC m=+30.988972561 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a48f80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb16c0 item 88 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.232273624 +0000 UTC m=+30.989593927 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49480): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49a00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49a00): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.232273624 +0000 UTC m=+30.989593927 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a49a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1880 item 88 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.233381391 +0000 UTC m=+30.990701693 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72140): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72680): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72680): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72680): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1c00 item 89 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72680): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72680): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.233807778 +0000 UTC m=+30.991128079 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72680): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707fb1dc0 item 89 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.234342439 +0000 UTC m=+30.991662741 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a72bc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73140): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73140): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73140): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73140): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73140): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.234342439 +0000 UTC m=+30.991662741 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73140): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b880e0 item 89 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.235371756 +0000 UTC m=+30.992692058 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73780): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73cc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73cc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73cc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88460 item 90 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73cc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73cc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.23580186 +0000 UTC m=+30.993122202 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a73cc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88770 item 90 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.236349336 +0000 UTC m=+30.993669648 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a928c0): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a928c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a928c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a928c0): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a928c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.236349336 +0000 UTC m=+30.993669648 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a928c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88a80 item 90 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.237466099 +0000 UTC m=+30.994786401 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a92f00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93440): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93440): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93440): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b88e00 item 91 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93440): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93440): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.23784202 +0000 UTC m=+30.995162322 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93440): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): >_readAt: n=2, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): _writeAt: size=3, off=7 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89110 item 91 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.238325454 +0000 UTC m=+30.995645757 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707a93980): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6000): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6000): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6000): >_readAt: n=8, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.238325454 +0000 UTC m=+30.995645757 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89420 item 91 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.239511448 +0000 UTC m=+30.996831750 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6640): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6b80): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6b80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6b80): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89810 item 92 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6b80): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6b80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.239954056 +0000 UTC m=+30.997274358 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac6b80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): open at offset 5 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89ab0 item 92 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): _readAt: size=2, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): _writeAt: size=3, off=5 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): >_writeAt: n=3, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.240465894 +0000 UTC m=+30.997786196 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac70c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7680): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7680): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7680): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7680): >_readAt: n=3, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7680): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.240465894 +0000 UTC m=+30.997786196 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7680): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x239707b89ce0 item 92 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.24149987 +0000 UTC m=+30.998820173 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707ac7cc0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0300): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0300): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0300): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4380 item 93 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0300): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0300): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.241857878 +0000 UTC m=+30.999178180 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0300): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0a00): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0a00): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0a00): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0a00): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0a00): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.241857878 +0000 UTC m=+30.999178180 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af0a00): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4540 item 93 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.243024626 +0000 UTC m=+31.000344928 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1040): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1580): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1580): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1580): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4a10 item 94 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1580): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1580): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.243500887 +0000 UTC m=+31.000821189 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1580): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1c80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1c80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1c80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1c80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1c80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.243500887 +0000 UTC m=+31.000821189 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707af1c80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f4d20 item 94 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.244640593 +0000 UTC m=+31.001960894 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a3c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a900): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a900): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a900): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f52d0 item 95 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a900): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a900): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.245015682 +0000 UTC m=+31.002335984 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0a900): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0b000): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0b000): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0b000): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0b000): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0b000): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.245015682 +0000 UTC m=+31.002335984 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b0b000): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397076f5ab0 item 95 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): open at offset 0 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): _readAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): >_readAt: n=0, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.24621482 +0000 UTC m=+31.003535123 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a0c0): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a680): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a680): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a680): >openPending: err= 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e6540 item 96 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a680): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a680): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.246605871 +0000 UTC m=+31.003926172 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9a680): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/12 03:41:12 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:12 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/12 03:41:12 DEBUG : open-test-file: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ad80): _readAt: size=512, off=0 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ad80): openPending: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ad80): >openPending: err= 2026/05/12 03:41:12 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ad80): >_readAt: n=5, err=EOF 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ad80): close: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-12 03:41:12.246605871 +0000 UTC m=+31.003926172 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : open-test-file(0x239707b9ad80): >close: err= 2026/05/12 03:41:12 DEBUG : open-test-file: Remove: 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2397074e6a10 item 96 2026/05/12 03:41:12 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/12 03:41:12 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/12 03:41:12 DEBUG : open-test-file: >Remove: err= 2026/05/12 03:41:12 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : >WaitForWriters: 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.37s) --- PASS: TestRWFileHandleOpenTests/writes (0.21s) --- 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-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:12 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : file1: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): openPending: 2026/05/12 03:41:12 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): >openPending: err= 2026/05/12 03:41:12 DEBUG : file1: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:12 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/12 03:41:12 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): _writeAt: size=2, off=0 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): >_writeAt: n=2, err= 2026/05/12 03:41:12 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): RWFileHandle.Flush 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): RWFileHandle.Release 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): close: 2026/05/12 03:41:12 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/12 03:41:12 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : file1(0x239707c404c0): >close: err= 2026/05/12 03:41:12 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:12 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:12 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:12 DEBUG : file1: vfs cache: starting upload 2026/05/12 03:41:12 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1.a0a9169e.partial" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1.a0a9169e.partial 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1.a0a9169e.partial" 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kiwigab7ceve/file1.a0a9169e.partial 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:12 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 03:41:12 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/12 03:41:12 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/12 03:41:12 INFO : file1: Copied (new) 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:12 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 03:41:12 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/12 03:41:12 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/12 03:41:12 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:12 INFO : file1: vfs cache: upload succeeded try #1 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : >WaitForWriters: 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:12 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:12 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:12 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:12 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/12 03:41:12 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : file1: reading active writers 2026/05/12 03:41:12 DEBUG : >WaitForWriters: 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.51s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:12 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:12 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:12 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:12 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:12 DEBUG : rename_me: newRWFileHandle: 2026/05/12 03:41:12 DEBUG : rename_me(0x239707b9a240): openPending: 2026/05/12 03:41:12 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/12 03:41:12 DEBUG : rename_me(0x239707b9a240): >openPending: err= 2026/05/12 03:41:12 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/12 03:41:12 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/12 03:41:12 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/12 03:41:12 DEBUG : rename_me(0x239707b9a240): _writeAt: size=5, off=0 2026/05/12 03:41:12 DEBUG : rename_me(0x239707b9a240): >_writeAt: n=5, err= 2026/05/12 03:41:12 DEBUG : rename_me(0x239707b9a240): close: 2026/05/12 03:41:12 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-12 03:41:12.767857669 +0000 UTC m=+31.525177981 2026/05/12 03:41:12 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/12 03:41:12 DEBUG : rename_me(0x239707b9a240): >close: err= 2026/05/12 03:41:12 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/12 03:41:12 DEBUG : i_was_renamed: Updating file with 0x239707976680 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/12 03:41:12 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/12 03:41:12 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : i_was_renamed: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : i_was_renamed: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : i_was_renamed: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : i_was_renamed: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/12 03:41:12 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/12 03:41:12 DEBUG : i_was_renamed.2d5a78a4.partial: size = 5 OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/i_was_renamed.2d5a78a4.partial" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/i_was_renamed.2d5a78a4.partial 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/i_was_renamed.2d5a78a4.partial" 2026/05/12 03:41:12 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:12 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-kiwigab7ceve/dir/file1: no such file or directory 2026/05/12 03:41:12 DEBUG : Looking for writers 2026/05/12 03:41:12 DEBUG : i_was_renamed: reading active writers 2026/05/12 03:41:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/i_was_renamed.2d5a78a4.partial 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:12 DEBUG : i_was_renamed.2d5a78a4.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:12 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:12 DEBUG : i_was_renamed.2d5a78a4.partial: renamed to: i_was_renamed 2026/05/12 03:41:12 INFO : i_was_renamed: Copied (new) 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/i_was_renamed" 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/i_was_renamed 2026/05/12 03:41:12 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/i_was_renamed" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/i_was_renamed 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:13 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:13 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-12 03:41:12 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/12 03:41:13 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/12 03:41:13 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/12 03:41:13 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/12 03:41:13 DEBUG : Looking for writers 2026/05/12 03:41:13 DEBUG : i_was_renamed: reading active writers 2026/05/12 03:41:13 DEBUG : >WaitForWriters: 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:13 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/12 03:41:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kiwigab7ceve" 2026/05/12 03:41:13 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : forgetting directory cache 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate(0x239707d0ac80): _readAt: size=512, off=0 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate(0x239707d0ac80): openPending: 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 02:42:13 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 03:41:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate(0x239707d0ac80): >openPending: err= 2026/05/12 03:41:13 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate(0x239707d0ac80): >_readAt: n=20, err=EOF 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate(0x239707d0ac80): close: 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:42:13 +0000 UTC 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate(0x239707d0ac80): >close: err= 2026/05/12 03:41:13 DEBUG : Re-reading directory (101.27172ms old) 2026/05/12 03:41:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:13 DEBUG : forgetting directory cache 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:13 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:13 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707d0b600): _readAt: size=512, off=0 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707d0b600): openPending: 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 02:43:13 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-12 02:42:13 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 02:43:13 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-12 02:42:13 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/12 03:41:14 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 03:41:14 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707d0b600): >openPending: err= 2026/05/12 03:41:14 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707d0b600): >_readAt: n=20, err=EOF 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707d0b600): close: 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:43:13 +0000 UTC 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707d0b600): >close: err= 2026/05/12 03:41:14 DEBUG : Re-reading directory (100.287288ms old) 2026/05/12 03:41:14 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/12 03:41:14 DEBUG : forgetting directory cache 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707b9b080): _readAt: size=512, off=0 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707b9b080): openPending: 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 02:44:13 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-12 02:43:13 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 02:44:13 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-12 02:43:13 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/12 03:41:14 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 03:41:14 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707b9b080): >openPending: err= 2026/05/12 03:41:14 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707b9b080): >_readAt: n=20, err=EOF 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707b9b080): close: 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:44:13 +0000 UTC 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate(0x239707b9b080): >close: err= 2026/05/12 03:41:14 DEBUG : Re-reading directory (103.065844ms old) 2026/05/12 03:41:14 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:14 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:14 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/12 03:41:14 DEBUG : forgetting directory cache 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x23970762a500): _readAt: size=512, off=0 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x23970762a500): openPending: 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 02:45:13 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-12 02:44:13 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 02:45:13 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-12 02:44:13 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/12 03:41:15 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 03:41:15 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x23970762a500): >openPending: err= 2026/05/12 03:41:15 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x23970762a500): >_readAt: n=20, err=EOF 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x23970762a500): close: 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:45:13 +0000 UTC 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x23970762a500): >close: err= 2026/05/12 03:41:15 DEBUG : Re-reading directory (100.597124ms old) 2026/05/12 03:41:15 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/12 03:41:15 DEBUG : forgetting directory cache 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x239707c41440): _readAt: size=512, off=0 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x239707c41440): openPending: 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 02:46:13 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-12 02:45:13 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 02:46:13 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-12 02:45:13 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/12 03:41:15 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 03:41:15 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x239707c41440): >openPending: err= 2026/05/12 03:41:15 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x239707c41440): >_readAt: n=20, err=EOF 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x239707c41440): close: 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:46:13 +0000 UTC 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate(0x239707c41440): >close: err= 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : forgetting directory cache 2026/05/12 03:41:15 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:15 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:15 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707a80100): _readAt: size=512, off=0 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707a80100): openPending: 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-12 02:47:13 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-12 02:46:13 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-12 02:47:13 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-12 02:46:13 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/12 03:41:16 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/12 03:41:16 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707a80100): >openPending: err= 2026/05/12 03:41:16 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707a80100): >_readAt: n=20, err=EOF 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707a80100): close: 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:47:13 +0000 UTC 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707a80100): >close: err= 2026/05/12 03:41:16 DEBUG : Re-reading directory (101.089325ms old) 2026/05/12 03:41:16 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : forgetting directory cache 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707b0bc80): _readAt: size=512, off=0 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707b0bc80): openPending: 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-12 02:48:13 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-12 02:47:13 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-12 02:48:13 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-12 02:47:13 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/12 03:41:16 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/12 03:41:16 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707b0bc80): >openPending: err= 2026/05/12 03:41:16 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707b0bc80): >_readAt: n=21, err=EOF 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707b0bc80): close: 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:48:13 +0000 UTC 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate(0x239707b0bc80): >close: err= 2026/05/12 03:41:16 DEBUG : Re-reading directory (100.193951ms old) 2026/05/12 03:41:16 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:16 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:16 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/12 03:41:16 DEBUG : forgetting directory cache 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397075b17c0): _readAt: size=512, off=0 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397075b17c0): openPending: 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-12 02:49:13 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-12 02:48:13 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-12 02:49:13 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-12 02:48:13 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/12 03:41:17 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/12 03:41:17 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397075b17c0): >openPending: err= 2026/05/12 03:41:17 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397075b17c0): >_readAt: n=22, err=EOF 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397075b17c0): close: 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:49:13 +0000 UTC 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397075b17c0): >close: err= 2026/05/12 03:41:17 DEBUG : Re-reading directory (104.585621ms old) 2026/05/12 03:41:17 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/12 03:41:17 DEBUG : forgetting directory cache 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397076a8940): _readAt: size=512, off=0 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397076a8940): openPending: 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-12 02:50:13 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-12 02:49:13 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-12 02:50:13 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-12 02:49:13 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/12 03:41:17 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/12 03:41:17 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397076a8940): >openPending: err= 2026/05/12 03:41:17 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397076a8940): >_readAt: n=23, err=EOF 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397076a8940): close: 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:50:13 +0000 UTC 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate(0x2397076a8940): >close: err= 2026/05/12 03:41:17 DEBUG : Re-reading directory (101.286308ms old) 2026/05/12 03:41:17 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:17 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:17 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/12 03:41:17 DEBUG : forgetting directory cache 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate(0x239707a80840): _readAt: size=512, off=0 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate(0x239707a80840): openPending: 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/TestRWCacheUpdate" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-kiwigab7ceve/TestRWCacheUpdate 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-12 02:51:13 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-12 02:50:13 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-12 02:51:13 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-12 02:50:13 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/12 03:41:18 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/12 03:41:18 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate(0x239707a80840): >openPending: err= 2026/05/12 03:41:18 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate(0x239707a80840): >_readAt: n=24, err=EOF 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate(0x239707a80840): close: 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-12 02:51:13 +0000 UTC 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate(0x239707a80840): >close: err= 2026/05/12 03:41:18 DEBUG : Re-reading directory (100.054237ms old) 2026/05/12 03:41:18 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/12 03:41:18 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:18 DEBUG : Looking for writers 2026/05/12 03:41:18 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/12 03:41:18 DEBUG : >WaitForWriters: 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.04s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : forgetting directory cache 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/12 03:41:18 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:18 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:18 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:18 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 03:41:18 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:18 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 03:41:18 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:18 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:18 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:18 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/12 03:41:18 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/12 03:41:18 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/12 03:41:18 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:18 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 03:41:18 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:18 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/12 03:41:18 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/12 03:41:18 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/12 03:41:18 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:18 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:18 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:18 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/FiLeA" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kiwigab7ceve/FiLeA 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/12 03:41:19 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/12 03:41:19 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/12 03:41:19 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FiLeB" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kiwigab7ceve/FiLeB 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 03:41:19 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/12 03:41:19 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/12 03:41:19 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/FilEb" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kiwigab7ceve/FilEb 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/12 03:41:19 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/12 03:41:19 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/12 03:41:19 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/12 03:41:19 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/12 03:41:19 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:19 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:19 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:19 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/12 03:41:19 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/12 03:41:19 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/12 03:41:19 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/12 03:41:19 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/12 03:41:19 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:19 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:19 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:19 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:19 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:19 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:19 DEBUG : Looking for writers 2026/05/12 03:41:19 DEBUG : FiLeB: reading active writers 2026/05/12 03:41:19 DEBUG : FilEb: reading active writers 2026/05/12 03:41:19 DEBUG : FiLeA: reading active writers 2026/05/12 03:41:19 DEBUG : >WaitForWriters: 2026/05/12 03:41:19 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:19 DEBUG : Looking for writers 2026/05/12 03:41:19 DEBUG : FiLeA: reading active writers 2026/05/12 03:41:19 DEBUG : FiLeB: reading active writers 2026/05/12 03:41:19 DEBUG : FilEb: reading active writers 2026/05/12 03:41:19 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.62s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/normal name with no special characters.txt" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/normal\ name\ with\ no\ special\ characters.txt 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/normal\ name\ with\ no\ special\ characters.txt" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kiwigab7ceve/normal name with no special characters.txt 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/normal name with no special characters.txt" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/normal\ name\ with\ no\ special\ characters.txt 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/normal\ name\ with\ no\ special\ characters.txt" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kiwigab7ceve/normal name with no special characters.txt 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:19 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/測試_Русский___ě_áñ" 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ 2026/05/12 03:41:19 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/測試_Русский___ě_áñ" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/12 03:41:20 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/normal name with no special characters.txt" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/normal\ name\ with\ no\ special\ characters.txt 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/normal\ name\ with\ no\ special\ characters.txt" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kiwigab7ceve/normal name with no special characters.txt 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/測試_Русский___ě_áñ" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kiwigab7ceve/測試_Русский___ě_áñ 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:20 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:20 DEBUG : Looking for writers 2026/05/12 03:41:20 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/12 03:41:20 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/12 03:41:20 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.62s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:20 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Reusing VFS from active cache 2026/05/12 03:41:20 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:20 DEBUG : Looking for writers 2026/05/12 03:41:20 DEBUG : >WaitForWriters: 2026/05/12 03:41:20 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:20 DEBUG : Looking for writers 2026/05/12 03:41:20 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:20 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:20 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:20 DEBUG : Looking for writers 2026/05/12 03:41:20 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:20 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:20 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:20 DEBUG : Looking for writers 2026/05/12 03:41:20 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:20 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 03:41:20 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:20 DEBUG : dir: Looking for writers 2026/05/12 03:41:20 DEBUG : file2: reading active writers 2026/05/12 03:41:20 DEBUG : Looking for writers 2026/05/12 03:41:20 DEBUG : dir: reading active writers 2026/05/12 03:41:20 DEBUG : file1: reading active writers 2026/05/12 03:41:20 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:20 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:20 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:20 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 03:41:21 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:21 DEBUG : dir: Looking for writers 2026/05/12 03:41:21 DEBUG : Looking for writers 2026/05/12 03:41:21 DEBUG : dir: reading active writers 2026/05/12 03:41:21 DEBUG : file1: reading active writers 2026/05/12 03:41:21 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:21 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 03:41:21 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:21 DEBUG : file1: Open: flags=O_RDONLY 2026/05/12 03:41:21 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/12 03:41:21 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/12 03:41:21 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:21 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:21 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/12 03:41:21 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/new_file.txt" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/new_file.txt 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/new_file.txt" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/dir/new_file.txt 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:41:21 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/12 03:41:21 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/12 03:41:21 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:21 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/12 03:41:21 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:21 DEBUG : dir: Looking for writers 2026/05/12 03:41:21 DEBUG : new_file.txt: reading active writers 2026/05/12 03:41:21 DEBUG : file2: reading active writers 2026/05/12 03:41:21 DEBUG : Looking for writers 2026/05/12 03:41:21 DEBUG : dir: reading active writers 2026/05/12 03:41:21 DEBUG : file1: reading active writers 2026/05/12 03:41:21 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:21 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file2" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kiwigab7ceve/dir/file2 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:21 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 03:41:21 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/12 03:41:21 DEBUG : dir/file1: Updating file with dir/file1 0x239707b5eb60 2026/05/12 03:41:21 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/12 03:41:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:21 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/dir/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kiwigab7ceve/dir/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 03:41:22 INFO : dir/file1: Moved (server-side) to: file0 2026/05/12 03:41:22 DEBUG : file0: Updating file with file0 0x239707b5eb60 2026/05/12 03:41:22 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file0" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file0 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file0" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kiwigab7ceve/file0 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file0" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file0 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file0" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kiwigab7ceve/file0 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/12 03:41:22 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:22 DEBUG : dir: Looking for writers 2026/05/12 03:41:22 DEBUG : Looking for writers 2026/05/12 03:41:22 DEBUG : dir: reading active writers 2026/05/12 03:41:22 DEBUG : file0: reading active writers 2026/05/12 03:41:22 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:22 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Server has VFS statistics extension 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: About path "/rclone-test-kiwigab7ceve" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: About path "/rclone-test-kiwigab7ceve" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: About using shell command for shell type "unix" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: df -k /rclone-test-kiwigab7ceve 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-kiwigab7ceve" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57572908 93200100 36% / 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:22 DEBUG : Looking for writers 2026/05/12 03:41:22 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:22 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/12 03:41:22 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:22 DEBUG : Looking for writers 2026/05/12 03:41:22 DEBUG : a: Looking for writers 2026/05/12 03:41:22 DEBUG : b: Looking for writers 2026/05/12 03:41:22 DEBUG : c: Looking for writers 2026/05/12 03:41:22 DEBUG : d: Looking for writers 2026/05/12 03:41:22 DEBUG : Looking for writers 2026/05/12 03:41:22 DEBUG : /: reading active writers 2026/05/12 03:41:22 DEBUG : a: reading active writers 2026/05/12 03:41:22 DEBUG : b: reading active writers 2026/05/12 03:41:22 DEBUG : c: reading active writers 2026/05/12 03:41:22 DEBUG : d: reading active writers 2026/05/12 03:41:22 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:22 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/12 03:41:22 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/12 03:41:22 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/12 03:41:22 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/12 03:41:22 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:22 DEBUG : a/b/c/d: Looking for writers 2026/05/12 03:41:22 DEBUG : a/b/c: Looking for writers 2026/05/12 03:41:22 DEBUG : d: reading active writers 2026/05/12 03:41:22 DEBUG : a/b: Looking for writers 2026/05/12 03:41:22 DEBUG : c: reading active writers 2026/05/12 03:41:22 DEBUG : a: Looking for writers 2026/05/12 03:41:22 DEBUG : b: reading active writers 2026/05/12 03:41:22 DEBUG : Looking for writers 2026/05/12 03:41:22 DEBUG : a: reading active writers 2026/05/12 03:41:22 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-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:22 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:22 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:22 DEBUG : Looking for writers 2026/05/12 03:41:22 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-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:22 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/12 03:41:22 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/12 03:41:22 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 03:41:22 DEBUG : file1: size = 5 OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:22 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:22 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/12 03:41:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:22 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/12 03:41:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 03:41:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 03:41:22 DEBUG : file1: size = 0 OK 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:22 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:23 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:23 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:41:23 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/12 03:41:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/12 03:41:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (7 bytes), uploading instead of streaming 2026/05/12 03:41:23 DEBUG : file1: size = 7 OK 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:23 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:23 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/12 03:41:23 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/12 03:41:23 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:23 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:23 DEBUG : Looking for writers 2026/05/12 03:41:23 DEBUG : file1: reading active writers 2026/05/12 03:41:23 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:23 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:23 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/12 03:41:24 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/12 03:41:24 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/12 03:41:24 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (11 bytes), uploading instead of streaming 2026/05/12 03:41:24 DEBUG : file1: size = 11 OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:24 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/12 03:41:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/12 03:41:24 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:24 DEBUG : Looking for writers 2026/05/12 03:41:24 DEBUG : file1: reading active writers 2026/05/12 03:41:24 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:24 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (5 bytes), uploading instead of streaming 2026/05/12 03:41:24 DEBUG : file1: size = 5 OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/12 03:41:24 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/12 03:41:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/12 03:41:24 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:24 DEBUG : Looking for writers 2026/05/12 03:41:24 DEBUG : file1: reading active writers 2026/05/12 03:41:24 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:24 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: WriteFileHandle.Release closing 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 03:41:24 DEBUG : file1: size = 0 OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:24 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:41:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/12 03:41:24 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:24 DEBUG : Looking for writers 2026/05/12 03:41:24 DEBUG : file1: reading active writers 2026/05/12 03:41:24 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:24 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (2 bytes), uploading instead of streaming 2026/05/12 03:41:24 DEBUG : file1: size = 2 OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/12 03:41:24 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/12 03:41:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:24 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:24 DEBUG : Looking for writers 2026/05/12 03:41:24 DEBUG : file1: reading active writers 2026/05/12 03:41:24 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:24 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (0 bytes), uploading instead of streaming 2026/05/12 03:41:24 DEBUG : file1: size = 0 OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:24 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/12 03:41:24 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/12 03:41:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:24 DEBUG : file1: Open: flags=O_RDONLY 2026/05/12 03:41:24 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/12 03:41:24 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/12 03:41:24 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:24 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:24 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:24 DEBUG : Looking for writers 2026/05/12 03:41:24 DEBUG : file1: reading active writers 2026/05/12 03:41:24 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:24 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/12 03:41:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/12 03:41:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: File to upload is small (100 bytes), uploading instead of streaming 2026/05/12 03:41:24 DEBUG : file1: size = 100 OK 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:24 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/file1" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 8427531acbc0fb2f85c352d19f98a752 /rclone-test-kiwigab7ceve/file1 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : file1: Parsed hash: 8427531acbc0fb2f85c352d19f98a752 2026/05/12 03:41:25 DEBUG : file1: md5 = 8427531acbc0fb2f85c352d19f98a752 OK 2026/05/12 03:41:25 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/12 03:41:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/12 03:41:25 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/12 03:41:25 DEBUG : file1: Open: flags=O_RDONLY 2026/05/12 03:41:25 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/12 03:41:25 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/12 03:41:25 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:25 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:25 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:25 DEBUG : Looking for writers 2026/05/12 03:41:25 DEBUG : file1: reading active writers 2026/05/12 03:41:25 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:25 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f000.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f000.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f000.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-kiwigab7ceve/flat/f000.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f000.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/flat/f000.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/flat/f000.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-kiwigab7ceve/flat/f000.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f001.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f001.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f001.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-kiwigab7ceve/flat/f001.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f001.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/flat/f001.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/flat/f001.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-kiwigab7ceve/flat/f001.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f002.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f002.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f002.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-kiwigab7ceve/flat/f002.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f002.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/flat/f002.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/flat/f002.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-kiwigab7ceve/flat/f002.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f003.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f003.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f003.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-kiwigab7ceve/flat/f003.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f003.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/flat/f003.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/flat/f003.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-kiwigab7ceve/flat/f003.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f004.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f004.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f004.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-kiwigab7ceve/flat/f004.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:25 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f004.txt" 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: sha1sum /rclone-test-kiwigab7ceve/flat/f004.txt 2026/05/12 03:41:25 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kiwigab7ceve/flat/f004.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-kiwigab7ceve/flat/f004.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/12 03:41:26 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/12 03:41:26 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f000.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f000.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f000.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-kiwigab7ceve/flat/f000.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/12 03:41:26 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/12 03:41:26 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f001.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f001.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f001.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-kiwigab7ceve/flat/f001.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/12 03:41:26 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/12 03:41:26 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f002.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f002.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f002.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-kiwigab7ceve/flat/f002.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/12 03:41:26 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/12 03:41:26 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f003.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f003.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f003.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-kiwigab7ceve/flat/f003.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/12 03:41:26 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/12 03:41:26 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/flat/f004.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/flat/f004.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/flat/f004.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-kiwigab7ceve/flat/f004.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/12 03:41:26 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:26 DEBUG : flat: Looking for writers 2026/05/12 03:41:26 DEBUG : f003.txt: reading active writers 2026/05/12 03:41:26 DEBUG : f004.txt: reading active writers 2026/05/12 03:41:26 DEBUG : f000.txt: reading active writers 2026/05/12 03:41:26 DEBUG : f001.txt: reading active writers 2026/05/12 03:41:26 DEBUG : f002.txt: reading active writers 2026/05/12 03:41:26 DEBUG : Looking for writers 2026/05/12 03:41:26 DEBUG : flat: reading active writers 2026/05/12 03:41:26 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.49s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:26 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:26 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/12 03:41:26 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/a/b/c/deep.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/a/b/c/deep.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/a/b/c/deep.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-kiwigab7ceve/a/b/c/deep.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/12 03:41:26 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/12 03:41:26 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/a/b/mid.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/a/b/mid.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/a/b/mid.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-kiwigab7ceve/a/b/mid.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/12 03:41:26 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/12 03:41:26 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/12 03:41:26 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:26 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/a/top.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/a/top.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/a/top.txt" 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-kiwigab7ceve/a/top.txt 2026/05/12 03:41:26 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:26 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/12 03:41:26 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:26 DEBUG : a/b/c: Looking for writers 2026/05/12 03:41:26 DEBUG : deep.txt: reading active writers 2026/05/12 03:41:26 DEBUG : a/b: Looking for writers 2026/05/12 03:41:26 DEBUG : c: reading active writers 2026/05/12 03:41:26 DEBUG : mid.txt: reading active writers 2026/05/12 03:41:26 DEBUG : a: Looking for writers 2026/05/12 03:41:26 DEBUG : b: reading active writers 2026/05/12 03:41:26 DEBUG : top.txt: reading active writers 2026/05/12 03:41:26 DEBUG : Looking for writers 2026/05/12 03:41:26 DEBUG : a: reading active writers 2026/05/12 03:41:26 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:26 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/bigdir/big.bin" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/bigdir/big.bin 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/bigdir/big.bin" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: f876dcb9c148ea11aa7bfcb01fca88a4 /rclone-test-kiwigab7ceve/bigdir/big.bin 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:27 DEBUG : bigdir/big.bin: Parsed hash: f876dcb9c148ea11aa7bfcb01fca88a4 2026/05/12 03:41:27 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:27 DEBUG : bigdir: Looking for writers 2026/05/12 03:41:27 DEBUG : big.bin: reading active writers 2026/05/12 03:41:27 DEBUG : Looking for writers 2026/05/12 03:41:27 DEBUG : bigdir: reading active writers 2026/05/12 03:41:27 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.68s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-kiwigab7ceve", Local "Local file system at /tmp/rclone185769692", Modify Window "1s" 2026/05/12 03:41:27 INFO : sftp://rclone@:22/rclone-test-kiwigab7ceve: poll-interval is not supported by this remote 2026/05/12 03:41:27 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/12 03:41:27 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/12 03:41:27 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:27 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir1/a.txt" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir1/a.txt 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir1/a.txt" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-kiwigab7ceve/dir1/a.txt 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:27 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/12 03:41:27 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/12 03:41:27 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/12 03:41:27 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:27 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir2/b.txt" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir2/b.txt 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir2/b.txt" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: 415290769594460e2e485922904f345d /rclone-test-kiwigab7ceve/dir2/b.txt 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:27 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/12 03:41:27 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/12 03:41:27 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/12 03:41:27 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/12 03:41:27 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Shell path "/rclone-test-kiwigab7ceve/dir3/c.txt" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: creating additional session 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Running remote command: md5sum /rclone-test-kiwigab7ceve/dir3/c.txt 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kiwigab7ceve/dir3/c.txt" 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: command exited OK 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-kiwigab7ceve/dir3/c.txt 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: ssh external: close 2026/05/12 03:41:27 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/12 03:41:27 DEBUG : WaitForWriters: timeout=30s 2026/05/12 03:41:27 DEBUG : dir1: Looking for writers 2026/05/12 03:41:27 DEBUG : a.txt: reading active writers 2026/05/12 03:41:27 DEBUG : dir2: Looking for writers 2026/05/12 03:41:27 DEBUG : b.txt: reading active writers 2026/05/12 03:41:27 DEBUG : dir3: Looking for writers 2026/05/12 03:41:27 DEBUG : c.txt: reading active writers 2026/05/12 03:41:27 DEBUG : Looking for writers 2026/05/12 03:41:27 DEBUG : dir1: reading active writers 2026/05/12 03:41:27 DEBUG : dir2: reading active writers 2026/05/12 03:41:27 DEBUG : dir3: reading active writers 2026/05/12 03:41:27 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/12 03:41:27 DEBUG : sftp://rclone@:22/rclone-test-kiwigab7ceve: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.603826608s (try 1/5)