"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/05 02:52:38 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-tozawug9wotu" 2026/06/05 02:52:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/05 02:52:38 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/05 02:52:38 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/05 02:52:38 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/05 02:52:38 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/05 02:52:38 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell type "unix" from config 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Relative path resolved to "/rclone-test-tozawug9wotu" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Using root directory "/rclone-test-tozawug9wotu" 2026/06/05 02:52:38 DEBUG : Creating backend with remote "/tmp/rclone2079726494" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:38 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:38 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:38 DEBUG : dir: Looking for writers 2026/06/05 02:52:38 DEBUG : Looking for writers 2026/06/05 02:52:38 DEBUG : dir: reading active writers 2026/06/05 02:52:38 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.18s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:38 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:38 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/05 02:52:39 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:39 DEBUG : dir/subdir: Looking for writers 2026/06/05 02:52:39 DEBUG : dir: Looking for writers 2026/06/05 02:52:39 DEBUG : file1: reading active writers 2026/06/05 02:52:39 DEBUG : file2: reading active writers 2026/06/05 02:52:39 DEBUG : subdir: reading active writers 2026/06/05 02:52:39 DEBUG : Looking for writers 2026/06/05 02:52:39 DEBUG : dir: reading active writers 2026/06/05 02:52:39 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.60s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:39 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:39 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:39 DEBUG : dir: Looking for writers 2026/06/05 02:52:39 DEBUG : file1: reading active writers 2026/06/05 02:52:39 DEBUG : Looking for writers 2026/06/05 02:52:39 DEBUG : dir: reading active writers 2026/06/05 02:52:39 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:39 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:39 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:39 DEBUG : dir: Looking for writers 2026/06/05 02:52:39 DEBUG : Looking for writers 2026/06/05 02:52:39 DEBUG : dir: reading active writers 2026/06/05 02:52:39 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:39 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:39 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:39 DEBUG : forgetting directory cache 2026/06/05 02:52:39 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:39 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:39 DEBUG : Looking for writers 2026/06/05 02:52:39 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:39 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:39 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:40 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/05 02:52:40 DEBUG : dir: invalidating directory cache 2026/06/05 02:52:40 DEBUG : >ForgetPath: 2026/06/05 02:52:40 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/05 02:52:40 DEBUG : invalidating directory cache 2026/06/05 02:52:40 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:40 DEBUG : >ForgetPath: 2026/06/05 02:52:40 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/05 02:52:40 DEBUG : >ForgetPath: 2026/06/05 02:52:40 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:40 DEBUG : dir: Looking for writers 2026/06/05 02:52:40 DEBUG : Looking for writers 2026/06/05 02:52:40 DEBUG : dir: reading active writers 2026/06/05 02:52:40 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:40 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/fil/a/b/c" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/fil/a/b/c 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/fil/a/b/c" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-tozawug9wotu/fil/a/b/c 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/fil/a/b/c" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/fil/a/b/c 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/fil/a/b/c" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-tozawug9wotu/fil/a/b/c 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:40 DEBUG : forgetting directory cache 2026/06/05 02:52:40 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:40 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:40 DEBUG : dir: Looking for writers 2026/06/05 02:52:40 DEBUG : fil/a/b: Looking for writers 2026/06/05 02:52:40 DEBUG : fil/a: Looking for writers 2026/06/05 02:52:40 DEBUG : b: reading active writers 2026/06/05 02:52:40 DEBUG : fil: Looking for writers 2026/06/05 02:52:40 DEBUG : a: reading active writers 2026/06/05 02:52:40 DEBUG : Looking for writers 2026/06/05 02:52:40 DEBUG : dir: reading active writers 2026/06/05 02:52:40 DEBUG : fil: reading active writers 2026/06/05 02:52:40 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.75s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:40 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:40 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:41 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:41 DEBUG : dir: Looking for writers 2026/06/05 02:52:41 DEBUG : Looking for writers 2026/06/05 02:52:41 DEBUG : dir: reading active writers 2026/06/05 02:52:41 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:41 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:41 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:41 DEBUG : dir: Looking for writers 2026/06/05 02:52:41 DEBUG : file1: reading active writers 2026/06/05 02:52:41 DEBUG : Looking for writers 2026/06/05 02:52:41 DEBUG : dir: reading active writers 2026/06/05 02:52:41 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:41 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/subdir/file3" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-tozawug9wotu/dir/subdir/file3 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:41 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/05 02:52:41 DEBUG : Waiting for deletions to finish 2026/06/05 02:52:41 INFO : dir/subdir/file3: Deleted 2026/06/05 02:52:41 DEBUG : removing 1 level 2 directories 2026/06/05 02:52:41 INFO : dir/subdir: Removing directory 2026/06/05 02:52:41 DEBUG : dir: invalidating directory cache 2026/06/05 02:52:41 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/05 02:52:41 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/05 02:52:41 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/05 02:52:41 DEBUG : dir/file1: Reset virtual modtime 2026/06/05 02:52:41 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/05 02:52:41 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/05 02:52:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:41 DEBUG : dir: invalidating directory cache 2026/06/05 02:52:41 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/05 02:52:41 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/05 02:52:41 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/05 02:52:41 DEBUG : forgetting directory cache 2026/06/05 02:52:41 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:41 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/05 02:52:41 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:41 DEBUG : dir/virtualDir: Looking for writers 2026/06/05 02:52:41 DEBUG : dir: Looking for writers 2026/06/05 02:52:41 DEBUG : virtualDir: reading active writers 2026/06/05 02:52:41 DEBUG : file1: reading active writers 2026/06/05 02:52:41 DEBUG : virtualFile2: reading active writers 2026/06/05 02:52:41 DEBUG : virtualFile: reading active writers 2026/06/05 02:52:41 DEBUG : Looking for writers 2026/06/05 02:52:41 DEBUG : dir: reading active writers 2026/06/05 02:52:41 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:41 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:41 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:42 ERROR : dir/: Can only open directories read only 2026/06/05 02:52:42 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:42 DEBUG : dir: Looking for writers 2026/06/05 02:52:42 DEBUG : Looking for writers 2026/06/05 02:52:42 DEBUG : dir: reading active writers 2026/06/05 02:52:42 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:42 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:42 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:52:42 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/05 02:52:42 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/05 02:52:42 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/05 02:52:42 DEBUG : dir/potato: size = 5 OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/potato" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/potato 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/potato" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/dir/potato 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:52:42 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:52:42 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/05 02:52:42 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/05 02:52:42 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:42 DEBUG : dir: Looking for writers 2026/06/05 02:52:42 DEBUG : file1: reading active writers 2026/06/05 02:52:42 DEBUG : potato: reading active writers 2026/06/05 02:52:42 DEBUG : Looking for writers 2026/06/05 02:52:42 DEBUG : dir: reading active writers 2026/06/05 02:52:42 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.38s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:42 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:42 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:42 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:43 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:43 DEBUG : dir/sub: Looking for writers 2026/06/05 02:52:43 DEBUG : dir: Looking for writers 2026/06/05 02:52:43 DEBUG : file1: reading active writers 2026/06/05 02:52:43 DEBUG : sub: reading active writers 2026/06/05 02:52:43 DEBUG : Looking for writers 2026/06/05 02:52:43 DEBUG : dir: reading active writers 2026/06/05 02:52:43 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.54s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:43 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:43 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/05 02:52:43 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:43 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:43 DEBUG : dir/sub/subsub: Looking for writers 2026/06/05 02:52:43 DEBUG : dir/sub: Looking for writers 2026/06/05 02:52:43 DEBUG : subsub: reading active writers 2026/06/05 02:52:43 DEBUG : dir: Looking for writers 2026/06/05 02:52:43 DEBUG : file1: reading active writers 2026/06/05 02:52:43 DEBUG : sub: reading active writers 2026/06/05 02:52:43 DEBUG : Looking for writers 2026/06/05 02:52:43 DEBUG : dir: reading active writers 2026/06/05 02:52:43 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.44s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:43 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:43 ERROR : dir/: Dir.Remove not empty 2026/06/05 02:52:43 DEBUG : dir/file1: Remove: 2026/06/05 02:52:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:43 DEBUG : dir/file1: >Remove: err= 2026/06/05 02:52:43 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/05 02:52:43 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:43 DEBUG : Looking for writers 2026/06/05 02:52:43 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:43 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:43 DEBUG : dir/file1: Remove: 2026/06/05 02:52:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:43 DEBUG : dir/file1: >Remove: err= 2026/06/05 02:52:43 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/05 02:52:43 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:43 DEBUG : Looking for writers 2026/06/05 02:52:43 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.17s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:43 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:43 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:44 DEBUG : dir/file1: Remove: 2026/06/05 02:52:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:44 DEBUG : dir/file1: >Remove: err= 2026/06/05 02:52:44 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:44 DEBUG : dir: Looking for writers 2026/06/05 02:52:44 DEBUG : Looking for writers 2026/06/05 02:52:44 DEBUG : dir: reading active writers 2026/06/05 02:52:44 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.32s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:44 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file3" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file3 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file3" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tozawug9wotu/dir/file3 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file3" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file3 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file3" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tozawug9wotu/dir/file3 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:44 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/05 02:52:44 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/05 02:52:44 DEBUG : dir: Updating dir with dir2 0x91dd74e1ba0 2026/06/05 02:52:44 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:44 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/05 02:52:44 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file1" 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir2/file1 2026/06/05 02:52:44 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir2/file1" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir2/file1 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file1" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir2/file1 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir2/file1" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir2/file1 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/05 02:52:45 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/05 02:52:45 DEBUG : file2: Updating file with file2 0x91dd6d23e10 2026/06/05 02:52:45 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:45 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file2" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file2 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file2" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/file2 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file2" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file2 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file2" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/file2 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/05 02:52:45 INFO : dir2/file3: Deleted 2026/06/05 02:52:45 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/05 02:52:45 DEBUG : dir2/file3: Updating file with dir2/file3 0x91dd6d23e10 2026/06/05 02:52:45 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/05 02:52:45 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:45 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:45 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir2/file3" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir2/file3 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:46 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:46 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/05 02:52:46 DEBUG : empty directory: Updating dir with renamed empty directory 0x91dd747d040 2026/06/05 02:52:46 DEBUG : empty directory: forgetting directory cache 2026/06/05 02:52:46 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/05 02:52:46 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/05 02:52:46 DEBUG : dir2: Renaming to "dir3" 2026/06/05 02:52:46 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:46 DEBUG : dir3: Looking for writers 2026/06/05 02:52:46 DEBUG : file3: reading active writers 2026/06/05 02:52:46 DEBUG : renamed empty directory: Looking for writers 2026/06/05 02:52:46 DEBUG : Looking for writers 2026/06/05 02:52:46 DEBUG : dir3: reading active writers 2026/06/05 02:52:46 DEBUG : renamed empty directory: reading active writers 2026/06/05 02:52:46 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.74s) === 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-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:46 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:46 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/05 02:52:46 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:52:46 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:52:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/05 02:52:46 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/05 02:52:46 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/05 02:52:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/05 02:52:46 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:52:46 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:52:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/05 02:52:46 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/05 02:52:46 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/05 02:52:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (12 bytes), uploading instead of streaming 2026/06/05 02:52:46 DEBUG : dir/sub/file2: size = 12 OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/sub/file2" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/sub/file2 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/sub/file2" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-tozawug9wotu/dir/sub/file2 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:46 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/05 02:52:46 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/05 02:52:46 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/05 02:52:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/05 02:52:46 DEBUG : forgetting directory cache 2026/06/05 02:52:46 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:46 DEBUG : dir/sub: forgetting directory cache 2026/06/05 02:52:46 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/05 02:52:46 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/05 02:52:46 DEBUG : dir/sub/file0: size = 5 OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/sub/file0" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/sub/file0 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/sub/file0" 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/dir/sub/file0 2026/06/05 02:52:46 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:46 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:52:46 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:52:46 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/05 02:52:46 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/05 02:52:46 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:46 DEBUG : dir/sub: Looking for writers 2026/06/05 02:52:46 DEBUG : file0: reading active writers 2026/06/05 02:52:46 DEBUG : file2: reading active writers 2026/06/05 02:52:46 DEBUG : dir: Looking for writers 2026/06/05 02:52:46 DEBUG : file1: reading active writers 2026/06/05 02:52:46 DEBUG : sub: reading active writers 2026/06/05 02:52:46 DEBUG : Looking for writers 2026/06/05 02:52:46 DEBUG : dir: reading active writers 2026/06/05 02:52:46 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:46 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:46 DEBUG : forgetting directory cache 2026/06/05 02:52:47 DEBUG : forgetting directory cache 2026/06/05 02:52:47 DEBUG : dir: forgetting directory cache 2026/06/05 02:52:47 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:47 DEBUG : dir: Looking for writers 2026/06/05 02:52:47 DEBUG : Looking for writers 2026/06/05 02:52:47 DEBUG : dir: reading active writers 2026/06/05 02:52:47 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:47 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/05 02:52:47 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:52:47 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/05 02:52:47 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/05 02:52:47 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/05 02:52:47 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:52:47 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/05 02:52:47 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/05 02:52:47 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:52:47 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/05 02:52:47 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/05 02:52:47 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/05 02:52:47 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:52:47 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/05 02:52:47 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:47 DEBUG : dir: Looking for writers 2026/06/05 02:52:47 DEBUG : file1: reading active writers 2026/06/05 02:52:47 DEBUG : file1.metadata: reading active writers 2026/06/05 02:52:47 DEBUG : Looking for writers 2026/06/05 02:52:47 DEBUG : dir: reading active writers 2026/06/05 02:52:47 DEBUG : dir.metadata: reading active writers 2026/06/05 02:52:47 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:47 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:47 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:47 DEBUG : dir: Looking for writers 2026/06/05 02:52:47 DEBUG : file1: reading active writers 2026/06/05 02:52:47 DEBUG : Looking for writers 2026/06/05 02:52:47 DEBUG : dir: reading active writers 2026/06/05 02:52:47 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.17s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:47 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:47 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:48 DEBUG : Can set mod time: true 2026/06/05 02:52:48 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:48 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:48 DEBUG : dir: Looking for writers 2026/06/05 02:52:48 DEBUG : file1: reading active writers 2026/06/05 02:52:48 DEBUG : Looking for writers 2026/06/05 02:52:48 DEBUG : dir: reading active writers 2026/06/05 02:52:48 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:48 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:52:48 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/05 02:52:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/05 02:52:48 DEBUG : dir/file1: size = 0 OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:52:48 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:52:48 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/05 02:52:48 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/05 02:52:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:48 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:48 DEBUG : dir: Looking for writers 2026/06/05 02:52:48 DEBUG : file1: reading active writers 2026/06/05 02:52:48 DEBUG : Looking for writers 2026/06/05 02:52:48 DEBUG : dir: reading active writers 2026/06/05 02:52:48 DEBUG : >WaitForWriters: 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/05 02:52:48 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:48 DEBUG : dir: Looking for writers 2026/06/05 02:52:48 DEBUG : file1: reading active writers 2026/06/05 02:52:48 DEBUG : Looking for writers 2026/06/05 02:52:48 DEBUG : dir: reading active writers 2026/06/05 02:52:48 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:48 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:48 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:52:49 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/05 02:52:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/05 02:52:49 DEBUG : dir/file1: size = 5 OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:52:49 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:52:49 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/05 02:52:49 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/05 02:52:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:49 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:49 DEBUG : dir: Looking for writers 2026/06/05 02:52:49 DEBUG : file1: reading active writers 2026/06/05 02:52:49 DEBUG : Looking for writers 2026/06/05 02:52:49 DEBUG : dir: reading active writers 2026/06/05 02:52:49 DEBUG : >WaitForWriters: 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/05 02:52:49 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:49 DEBUG : dir: Looking for writers 2026/06/05 02:52:49 DEBUG : file1: reading active writers 2026/06/05 02:52:49 DEBUG : Looking for writers 2026/06/05 02:52:49 DEBUG : dir: reading active writers 2026/06/05 02:52:49 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:49 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:49 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:49 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:49 DEBUG : dir: Looking for writers 2026/06/05 02:52:49 DEBUG : file1: reading active writers 2026/06/05 02:52:49 DEBUG : Looking for writers 2026/06/05 02:52:49 DEBUG : dir: reading active writers 2026/06/05 02:52:49 DEBUG : >WaitForWriters: 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:49 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:49 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:49 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:50 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/05 02:52:50 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd72a2800): close: 2026/06/05 02:52:50 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd72a2800): >close: err= 2026/06/05 02:52:50 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : >WaitForWriters: 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:50 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : >WaitForWriters: 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:50 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:50 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:50 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/05 02:52:50 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd6fe9580): _writeAt: size=5, off=0 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd6fe9580): openPending: 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/05 02:52:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd6fe9580): >openPending: err= 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd6fe9580): >_writeAt: n=5, err= 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd6fe9580): close: 2026/06/05 02:52:50 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/05 02:52:50 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/05 02:52:50 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/05 02:52:50 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/05 02:52:50 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:52:50 DEBUG : dir/file1(0x91dd6fe9580): >close: err= 2026/06/05 02:52:50 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: starting upload 2026/06/05 02:52:50 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1.2f98c60a.partial" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1.2f98c60a.partial 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1.2f98c60a.partial" 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tozawug9wotu/dir/file1.2f98c60a.partial 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/05 02:52:50 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/05 02:52:50 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/05 02:52:50 INFO : dir/file1: Copied (replaced existing) 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:50 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/05 02:52:50 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/05 02:52:50 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/05 02:52:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:50 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/05 02:52:50 DEBUG : dir: Looking for writers 2026/06/05 02:52:50 DEBUG : file1: reading active writers 2026/06/05 02:52:50 DEBUG : Looking for writers 2026/06/05 02:52:50 DEBUG : dir: reading active writers 2026/06/05 02:52:50 DEBUG : >WaitForWriters: 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:50 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/05 02:52:51 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:51 DEBUG : dir: Looking for writers 2026/06/05 02:52:51 DEBUG : file1: reading active writers 2026/06/05 02:52:51 DEBUG : Looking for writers 2026/06/05 02:52:51 DEBUG : dir: reading active writers 2026/06/05 02:52:51 DEBUG : >WaitForWriters: 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.20s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.40s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.52s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.44s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.46s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.87s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:51 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:52:51 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:52:51 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:52:51 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:51 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:51 DEBUG : dir: Looking for writers 2026/06/05 02:52:51 DEBUG : file1: reading active writers 2026/06/05 02:52:51 DEBUG : Looking for writers 2026/06/05 02:52:51 DEBUG : dir: reading active writers 2026/06/05 02:52:51 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.33s) === RUN TestFileOpenReadUnknownSize 2026/06/05 02:52:51 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/05 02:52:51 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/05 02:52:51 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:52:51 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/05 02:52:51 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:51 DEBUG : Looking for writers 2026/06/05 02:52:51 DEBUG : file.txt: reading active writers 2026/06/05 02:52:51 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:51 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (25 bytes), uploading instead of streaming 2026/06/05 02:52:51 DEBUG : dir/file1: size = 25 OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:51 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:52:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/05 02:52:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:51 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:51 DEBUG : dir: Looking for writers 2026/06/05 02:52:51 DEBUG : file1: reading active writers 2026/06/05 02:52:51 DEBUG : Looking for writers 2026/06/05 02:52:51 DEBUG : dir: reading active writers 2026/06/05 02:52:51 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.34s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:51 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:51 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:52 DEBUG : dir/file1: Remove: 2026/06/05 02:52:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:52 DEBUG : dir/file1: >Remove: err= 2026/06/05 02:52:52 DEBUG : dir/file1: Remove: 2026/06/05 02:52:52 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/05 02:52:52 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:52 DEBUG : dir: Looking for writers 2026/06/05 02:52:52 DEBUG : Looking for writers 2026/06/05 02:52:52 DEBUG : dir: reading active writers 2026/06/05 02:52:52 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.23s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:52 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:52 DEBUG : dir/file1: Remove: 2026/06/05 02:52:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:52 DEBUG : dir/file1: >Remove: err= 2026/06/05 02:52:52 DEBUG : dir/file1: Remove: 2026/06/05 02:52:52 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/05 02:52:52 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:52 DEBUG : dir: Looking for writers 2026/06/05 02:52:52 DEBUG : Looking for writers 2026/06/05 02:52:52 DEBUG : dir: reading active writers 2026/06/05 02:52:52 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.19s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:52 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:52:52 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:52:52 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/05 02:52:52 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/05 02:52:52 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/05 02:52:52 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/05 02:52:52 DEBUG : dir/file1: Open: flags=0x3 2026/06/05 02:52:52 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/05 02:52:52 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/05 02:52:52 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:52 DEBUG : dir: Looking for writers 2026/06/05 02:52:52 DEBUG : file1: reading active writers 2026/06/05 02:52:52 DEBUG : Looking for writers 2026/06/05 02:52:52 DEBUG : dir: reading active writers 2026/06/05 02:52:52 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:52 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:52 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:52 DEBUG : dir: Looking for writers 2026/06/05 02:52:52 DEBUG : file1: reading active writers 2026/06/05 02:52:52 DEBUG : Looking for writers 2026/06/05 02:52:52 DEBUG : dir: reading active writers 2026/06/05 02:52:52 DEBUG : >WaitForWriters: 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:52 DEBUG : newLeaf: Updating file with newLeaf 0x91dd757fad0 2026/06/05 02:52:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:52 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/05 02:52:53 DEBUG : dir/file1: Updating file with dir/file1 0x91dd757fad0 2026/06/05 02:52:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/05 02:52:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:52:53 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/05 02:52:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:53 DEBUG : dir/file1: File is currently open, delaying rename 0x91dd757fad0 2026/06/05 02:52:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (25 bytes), uploading instead of streaming 2026/06/05 02:52:53 DEBUG : dir/file1: size = 25 OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:53 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:52:53 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/05 02:52:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:53 DEBUG : newLeaf: Running delayed rename now 2026/06/05 02:52:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:53 DEBUG : newLeaf: Updating file with newLeaf 0x91dd757fad0 2026/06/05 02:52:53 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:53 DEBUG : dir: Looking for writers 2026/06/05 02:52:53 DEBUG : Looking for writers 2026/06/05 02:52:53 DEBUG : dir: reading active writers 2026/06/05 02:52:53 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:53 DEBUG : >WaitForWriters: 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/05 02:52:53 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:53 DEBUG : dir: Looking for writers 2026/06/05 02:52:53 DEBUG : Looking for writers 2026/06/05 02:52:53 DEBUG : dir: reading active writers 2026/06/05 02:52:53 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:53 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:53 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:53 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:53 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:53 DEBUG : dir: Looking for writers 2026/06/05 02:52:53 DEBUG : file1: reading active writers 2026/06/05 02:52:53 DEBUG : Looking for writers 2026/06/05 02:52:53 DEBUG : dir: reading active writers 2026/06/05 02:52:53 DEBUG : >WaitForWriters: 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:53 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7907790 2026/06/05 02:52:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:53 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:54 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/05 02:52:54 DEBUG : dir/file1: Updating file with dir/file1 0x91dd7907790 2026/06/05 02:52:54 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/05 02:52:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:52:54 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/05 02:52:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:54 DEBUG : dir/file1: File is currently open, delaying rename 0x91dd7907790 2026/06/05 02:52:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (25 bytes), uploading instead of streaming 2026/06/05 02:52:54 DEBUG : dir/file1: size = 25 OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:54 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:52:54 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/05 02:52:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:54 DEBUG : newLeaf: Running delayed rename now 2026/06/05 02:52:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:54 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7907790 2026/06/05 02:52:54 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:54 DEBUG : dir: Looking for writers 2026/06/05 02:52:54 DEBUG : Looking for writers 2026/06/05 02:52:54 DEBUG : dir: reading active writers 2026/06/05 02:52:54 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:54 DEBUG : >WaitForWriters: 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/05 02:52:54 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:54 DEBUG : dir: Looking for writers 2026/06/05 02:52:54 DEBUG : Looking for writers 2026/06/05 02:52:54 DEBUG : dir: reading active writers 2026/06/05 02:52:54 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:54 DEBUG : >WaitForWriters: 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:54 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:54 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:54 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:52:54 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:54 DEBUG : dir/file1(0x91dd759fa00): openPending: 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:54 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/05 02:52:54 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/05 02:52:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:54 DEBUG : dir/file1(0x91dd759fa00): >openPending: err= 2026/06/05 02:52:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:52:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:54 DEBUG : dir/file1(0x91dd759fa00): _writeAt: size=14, off=0 2026/06/05 02:52:54 DEBUG : dir/file1(0x91dd759fa00): >_writeAt: n=14, err= 2026/06/05 02:52:54 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/05 02:52:54 DEBUG : dir/file1(0x91dd759fa00): close: 2026/06/05 02:52:54 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/05 02:52:54 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/05 02:52:54 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:52:54 DEBUG : dir/file1(0x91dd759fa00): >close: err= 2026/06/05 02:52:54 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:54 DEBUG : dir: Looking for writers 2026/06/05 02:52:54 DEBUG : file1: reading active writers 2026/06/05 02:52:54 DEBUG : Looking for writers 2026/06/05 02:52:54 DEBUG : dir: reading active writers 2026/06/05 02:52:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:52:55 DEBUG : dir: Looking for writers 2026/06/05 02:52:55 DEBUG : file1: reading active writers 2026/06/05 02:52:55 DEBUG : Looking for writers 2026/06/05 02:52:55 DEBUG : dir: reading active writers 2026/06/05 02:52:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:52:55 DEBUG : dir: Looking for writers 2026/06/05 02:52:55 DEBUG : file1: reading active writers 2026/06/05 02:52:55 DEBUG : Looking for writers 2026/06/05 02:52:55 DEBUG : dir: reading active writers 2026/06/05 02:52:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:52:55 DEBUG : dir: Looking for writers 2026/06/05 02:52:55 DEBUG : file1: reading active writers 2026/06/05 02:52:55 DEBUG : Looking for writers 2026/06/05 02:52:55 DEBUG : dir: reading active writers 2026/06/05 02:52:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:52:55 DEBUG : dir/file1: vfs cache: starting upload 2026/06/05 02:52:55 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1.ca338588.partial" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1.ca338588.partial 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1.ca338588.partial" 2026/06/05 02:52:55 DEBUG : dir: Looking for writers 2026/06/05 02:52:55 DEBUG : file1: reading active writers 2026/06/05 02:52:55 DEBUG : Looking for writers 2026/06/05 02:52:55 DEBUG : dir: reading active writers 2026/06/05 02:52:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1.ca338588.partial 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:55 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/05 02:52:55 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/05 02:52:55 INFO : dir/file1: Copied (replaced existing) 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : dir: Looking for writers 2026/06/05 02:52:55 DEBUG : file1: reading active writers 2026/06/05 02:52:55 DEBUG : Looking for writers 2026/06/05 02:52:55 DEBUG : dir: reading active writers 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:55 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/05 02:52:55 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/05 02:52:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:55 DEBUG : >WaitForWriters: 2026/06/05 02:52:55 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/05 02:52:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:52:55 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:55 DEBUG : dir/file1(0x91dd7b50980): _readAt: size=512, off=0 2026/06/05 02:52:55 DEBUG : dir/file1(0x91dd7b50980): openPending: 2026/06/05 02:52:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/05 02:52:55 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/05 02:52:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:55 DEBUG : dir/file1(0x91dd7b50980): >openPending: err= 2026/06/05 02:52:55 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/05 02:52:55 DEBUG : dir/file1(0x91dd7b50980): >_readAt: n=14, err=EOF 2026/06/05 02:52:55 DEBUG : dir/file1(0x91dd7b50980): close: 2026/06/05 02:52:55 DEBUG : dir/file1(0x91dd7b50980): >close: err= 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:52:55 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7a86a90 2026/06/05 02:52:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:55 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/05 02:52:55 DEBUG : dir/file1: Updating file with dir/file1 0x91dd7a86a90 2026/06/05 02:52:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/05 02:52:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:55 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:56 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:52:56 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:56 DEBUG : dir/file1(0x91dd72a3200): openPending: 2026/06/05 02:52:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/05 02:52:56 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/05 02:52:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:56 DEBUG : dir/file1(0x91dd72a3200): >openPending: err= 2026/06/05 02:52:56 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:52:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:56 DEBUG : dir/file1(0x91dd72a3200): _writeAt: size=25, off=0 2026/06/05 02:52:56 DEBUG : dir/file1(0x91dd72a3200): >_writeAt: n=25, err= 2026/06/05 02:52:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:56 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:52:56 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7a86a90 2026/06/05 02:52:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:56 DEBUG : newLeaf(0x91dd72a3200): close: 2026/06/05 02:52:56 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/05 02:52:56 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-05 02:52:56.194497674 +0000 UTC m=+17.735622942 2026/06/05 02:52:56 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/05 02:52:56 DEBUG : newLeaf(0x91dd72a3200): >close: err= 2026/06/05 02:52:56 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:52:56 DEBUG : newLeaf: vfs cache: starting upload 2026/06/05 02:52:56 DEBUG : newLeaf.6b23387f.partial: size = 25 OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf.6b23387f.partial" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf.6b23387f.partial 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf.6b23387f.partial" 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf.6b23387f.partial 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : newLeaf.6b23387f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:56 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:52:56 DEBUG : newLeaf.6b23387f.partial: renamed to: newLeaf 2026/06/05 02:52:56 INFO : newLeaf: Copied (replaced existing) 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:56 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-05 02:52:56 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/05 02:52:56 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/05 02:52:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:56 DEBUG : >WaitForWriters: 2026/06/05 02:52:56 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/05 02:52:56 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:56 DEBUG : dir: Looking for writers 2026/06/05 02:52:56 DEBUG : Looking for writers 2026/06/05 02:52:56 DEBUG : dir: reading active writers 2026/06/05 02:52:56 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:56 DEBUG : >WaitForWriters: 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:56 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:56 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:56 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:57 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:57 DEBUG : dir: Looking for writers 2026/06/05 02:52:57 DEBUG : file1: reading active writers 2026/06/05 02:52:57 DEBUG : Looking for writers 2026/06/05 02:52:57 DEBUG : dir: reading active writers 2026/06/05 02:52:57 DEBUG : >WaitForWriters: 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:57 DEBUG : newLeaf: Updating file with newLeaf 0x91dd737e820 2026/06/05 02:52:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:57 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/05 02:52:57 DEBUG : dir/file1: Updating file with dir/file1 0x91dd737e820 2026/06/05 02:52:57 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/05 02:52:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:57 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:52:57 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:57 DEBUG : dir/file1(0x91dd6d78500): openPending: 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/05 02:52:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/05 02:52:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:57 DEBUG : dir/file1(0x91dd6d78500): >openPending: err= 2026/06/05 02:52:57 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:52:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:57 DEBUG : dir/file1(0x91dd6d78500): _writeAt: size=25, off=0 2026/06/05 02:52:57 DEBUG : dir/file1(0x91dd6d78500): >_writeAt: n=25, err= 2026/06/05 02:52:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:57 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:57 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:57 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:52:57 DEBUG : newLeaf: Updating file with newLeaf 0x91dd737e820 2026/06/05 02:52:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:57 DEBUG : newLeaf(0x91dd6d78500): close: 2026/06/05 02:52:57 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/05 02:52:57 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-05 02:52:57.85212208 +0000 UTC m=+19.393247359 2026/06/05 02:52:57 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/05 02:52:57 DEBUG : newLeaf(0x91dd6d78500): >close: err= 2026/06/05 02:52:57 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:57 DEBUG : dir: Looking for writers 2026/06/05 02:52:57 DEBUG : Looking for writers 2026/06/05 02:52:57 DEBUG : dir: reading active writers 2026/06/05 02:52:57 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:52:57 DEBUG : dir: Looking for writers 2026/06/05 02:52:57 DEBUG : Looking for writers 2026/06/05 02:52:57 DEBUG : dir: reading active writers 2026/06/05 02:52:57 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:52:57 DEBUG : dir: Looking for writers 2026/06/05 02:52:57 DEBUG : Looking for writers 2026/06/05 02:52:57 DEBUG : dir: reading active writers 2026/06/05 02:52:57 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:52:58 DEBUG : newLeaf: vfs cache: starting upload 2026/06/05 02:52:58 DEBUG : newLeaf.149165e8.partial: size = 25 OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf.149165e8.partial" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf.149165e8.partial 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf.149165e8.partial" 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf.149165e8.partial 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : newLeaf.149165e8.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:58 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:52:58 DEBUG : newLeaf.149165e8.partial: renamed to: newLeaf 2026/06/05 02:52:58 INFO : newLeaf: Copied (replaced existing) 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:58 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-05 02:52:57 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/05 02:52:58 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/05 02:52:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:58 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:58 DEBUG : >WaitForWriters: 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/05 02:52:58 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : newLeaf: reading active writers 2026/06/05 02:52:58 DEBUG : >WaitForWriters: 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:52:58 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:52:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:52:58 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:58 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:52:58 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:58 DEBUG : dir/file1(0x91dd734ed80): openPending: 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/05 02:52:58 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/05 02:52:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:58 DEBUG : dir/file1(0x91dd734ed80): >openPending: err= 2026/06/05 02:52:58 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:52:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:58 DEBUG : dir/file1(0x91dd734ed80): _writeAt: size=14, off=0 2026/06/05 02:52:58 DEBUG : dir/file1(0x91dd734ed80): >_writeAt: n=14, err= 2026/06/05 02:52:58 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/05 02:52:58 DEBUG : dir/file1(0x91dd734ed80): close: 2026/06/05 02:52:58 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/05 02:52:58 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/05 02:52:58 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:52:58 DEBUG : dir/file1(0x91dd734ed80): >close: err= 2026/06/05 02:52:58 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : file1: reading active writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : file1: reading active writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : file1: reading active writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : file1: reading active writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:52:58 DEBUG : dir/file1: vfs cache: starting upload 2026/06/05 02:52:58 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1.ca338588.partial" 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1.ca338588.partial 2026/06/05 02:52:58 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1.ca338588.partial" 2026/06/05 02:52:58 DEBUG : dir: Looking for writers 2026/06/05 02:52:58 DEBUG : file1: reading active writers 2026/06/05 02:52:58 DEBUG : Looking for writers 2026/06/05 02:52:58 DEBUG : dir: reading active writers 2026/06/05 02:52:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1.ca338588.partial 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/05 02:52:59 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/05 02:52:59 INFO : dir/file1: Copied (replaced existing) 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : dir: Looking for writers 2026/06/05 02:52:59 DEBUG : file1: reading active writers 2026/06/05 02:52:59 DEBUG : Looking for writers 2026/06/05 02:52:59 DEBUG : dir: reading active writers 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/05 02:52:59 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/05 02:52:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:59 DEBUG : >WaitForWriters: 2026/06/05 02:52:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:52:59 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/05 02:52:59 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:52:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:52:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:52:59 DEBUG : dir/file1(0x91dd6d79140): _readAt: size=512, off=0 2026/06/05 02:52:59 DEBUG : dir/file1(0x91dd6d79140): openPending: 2026/06/05 02:52:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/05 02:52:59 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/05 02:52:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:59 DEBUG : dir/file1(0x91dd6d79140): >openPending: err= 2026/06/05 02:52:59 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/05 02:52:59 DEBUG : dir/file1(0x91dd6d79140): >_readAt: n=14, err=EOF 2026/06/05 02:52:59 DEBUG : dir/file1(0x91dd6d79140): close: 2026/06/05 02:52:59 DEBUG : dir/file1(0x91dd6d79140): >close: err= 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:52:59 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7488ea0 2026/06/05 02:52:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:52:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:52:59 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/05 02:52:59 DEBUG : dir/file1: Updating file with dir/file1 0x91dd7488ea0 2026/06/05 02:52:59 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/05 02:52:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:52:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:52:59 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:53:00 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd74d2f00): openPending: 2026/06/05 02:53:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/05 02:53:00 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/05 02:53:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd74d2f00): >openPending: err= 2026/06/05 02:53:00 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:53:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd74d2f00): _writeAt: size=25, off=0 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd74d2f00): >_writeAt: n=25, err= 2026/06/05 02:53:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:00 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:53:00 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7488ea0 2026/06/05 02:53:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:53:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:53:00 DEBUG : newLeaf(0x91dd74d2f00): close: 2026/06/05 02:53:00 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/05 02:53:00 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-05 02:53:00.039753537 +0000 UTC m=+21.580878826 2026/06/05 02:53:00 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:00 DEBUG : newLeaf(0x91dd74d2f00): >close: err= 2026/06/05 02:53:00 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:00 DEBUG : newLeaf: vfs cache: starting upload 2026/06/05 02:53:00 DEBUG : newLeaf.d2d4ea26.partial: size = 25 OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf.d2d4ea26.partial" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf.d2d4ea26.partial 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf.d2d4ea26.partial" 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf.d2d4ea26.partial 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : newLeaf.d2d4ea26.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:53:00 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:53:00 DEBUG : newLeaf.d2d4ea26.partial: renamed to: newLeaf 2026/06/05 02:53:00 INFO : newLeaf: Copied (replaced existing) 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:53:00 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-05 02:53:00 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/05 02:53:00 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/05 02:53:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:53:00 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : >WaitForWriters: 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/05 02:53:00 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:00 DEBUG : >WaitForWriters: 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:00 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:00 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:00 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:00 DEBUG : dir: Looking for writers 2026/06/05 02:53:00 DEBUG : file1: reading active writers 2026/06/05 02:53:00 DEBUG : Looking for writers 2026/06/05 02:53:00 DEBUG : dir: reading active writers 2026/06/05 02:53:00 DEBUG : >WaitForWriters: 2026/06/05 02:53:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:00 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd7bf6480): _readAt: size=512, off=0 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd7bf6480): openPending: 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/05 02:53:00 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/05 02:53:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd7bf6480): >openPending: err= 2026/06/05 02:53:00 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/05 02:53:00 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:00 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd7bf6480): >_readAt: n=14, err=EOF 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd7bf6480): close: 2026/06/05 02:53:00 DEBUG : dir/file1(0x91dd7bf6480): >close: err= 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:00 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:01 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:53:01 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7bf4340 2026/06/05 02:53:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:53:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:01 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:01 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/05 02:53:01 DEBUG : dir/file1: Updating file with dir/file1 0x91dd7bf4340 2026/06/05 02:53:01 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/05 02:53:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:53:01 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:01 DEBUG : dir/file1(0x91dd7595080): openPending: 2026/06/05 02:53: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/06/05 02:53:01 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/05 02:53:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:01 DEBUG : dir/file1(0x91dd7595080): >openPending: err= 2026/06/05 02:53:01 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:53:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:01 DEBUG : dir/file1(0x91dd7595080): _writeAt: size=25, off=0 2026/06/05 02:53:01 DEBUG : dir/file1(0x91dd7595080): >_writeAt: n=25, err= 2026/06/05 02:53:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:01 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:01 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/05 02:53:01 DEBUG : newLeaf: Updating file with newLeaf 0x91dd7bf4340 2026/06/05 02:53:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:53:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:53:01 DEBUG : newLeaf(0x91dd7595080): close: 2026/06/05 02:53:01 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/05 02:53:01 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-05 02:53:01.829333494 +0000 UTC m=+23.370458733 2026/06/05 02:53:01 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:01 DEBUG : newLeaf(0x91dd7595080): >close: err= 2026/06/05 02:53:01 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:01 DEBUG : dir: Looking for writers 2026/06/05 02:53:01 DEBUG : Looking for writers 2026/06/05 02:53:01 DEBUG : dir: reading active writers 2026/06/05 02:53:01 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:01 DEBUG : dir: Looking for writers 2026/06/05 02:53:01 DEBUG : Looking for writers 2026/06/05 02:53:01 DEBUG : dir: reading active writers 2026/06/05 02:53:01 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:01 DEBUG : dir: Looking for writers 2026/06/05 02:53:01 DEBUG : Looking for writers 2026/06/05 02:53:01 DEBUG : dir: reading active writers 2026/06/05 02:53:01 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:02 DEBUG : dir: Looking for writers 2026/06/05 02:53:02 DEBUG : Looking for writers 2026/06/05 02:53:02 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:02 DEBUG : dir: reading active writers 2026/06/05 02:53:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:02 DEBUG : newLeaf: vfs cache: starting upload 2026/06/05 02:53:02 DEBUG : newLeaf.f3750d4c.partial: size = 25 OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf.f3750d4c.partial" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf.f3750d4c.partial 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf.f3750d4c.partial" 2026/06/05 02:53:02 DEBUG : dir: Looking for writers 2026/06/05 02:53:02 DEBUG : Looking for writers 2026/06/05 02:53:02 DEBUG : dir: reading active writers 2026/06/05 02:53:02 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf.f3750d4c.partial 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : newLeaf.f3750d4c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:53:02 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/05 02:53:02 DEBUG : newLeaf.f3750d4c.partial: renamed to: newLeaf 2026/06/05 02:53:02 INFO : newLeaf: Copied (replaced existing) 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:53:02 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-05 02:53:01 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/05 02:53:02 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/05 02:53:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/05 02:53:02 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/05 02:53:02 DEBUG : dir: Looking for writers 2026/06/05 02:53:02 DEBUG : Looking for writers 2026/06/05 02:53:02 DEBUG : dir: reading active writers 2026/06/05 02:53:02 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:02 DEBUG : >WaitForWriters: 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/newLeaf" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-tozawug9wotu/newLeaf 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/05 02:53:02 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:02 DEBUG : dir: Looking for writers 2026/06/05 02:53:02 DEBUG : Looking for writers 2026/06/05 02:53:02 DEBUG : dir: reading active writers 2026/06/05 02:53:02 DEBUG : newLeaf: reading active writers 2026/06/05 02:53:02 DEBUG : >WaitForWriters: 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestFileRename (9.97s) --- PASS: TestFileRename/off,forceCache=false (1.09s) --- PASS: TestFileRename/minimal,forceCache=false (1.09s) --- PASS: TestFileRename/minimal,forceCache=true (2.20s) --- PASS: TestFileRename/writes,forceCache=false (1.63s) --- PASS: TestFileRename/writes,forceCache=true (2.19s) --- PASS: TestFileRename/full,forceCache=false (1.76s) === 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-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:02 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:02 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:02 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:02 DEBUG : Looking for writers 2026/06/05 02:53:02 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-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:02 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:02 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:02 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:53:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:02 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:02 DEBUG : dir: Looking for writers 2026/06/05 02:53:02 DEBUG : file1: reading active writers 2026/06/05 02:53:02 DEBUG : Looking for writers 2026/06/05 02:53:02 DEBUG : dir: reading active writers 2026/06/05 02:53:02 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:02 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:02 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:02 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:02 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:53:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/05 02:53:02 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/05 02:53:02 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/05 02:53:02 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/05 02:53:02 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/05 02:53:03 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:03 DEBUG : dir: Looking for writers 2026/06/05 02:53:03 DEBUG : file1: reading active writers 2026/06/05 02:53:03 DEBUG : Looking for writers 2026/06/05 02:53:03 DEBUG : dir: reading active writers 2026/06/05 02:53:03 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:03 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:03 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:03 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:53:03 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/05 02:53:03 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/05 02:53:03 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/05 02:53:03 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/05 02:53:03 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/05 02:53:03 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/05 02:53:03 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/05 02:53:03 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/05 02:53:03 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/05 02:53:03 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/05 02:53:03 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/05 02:53:03 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:03 DEBUG : dir: Looking for writers 2026/06/05 02:53:03 DEBUG : file1: reading active writers 2026/06/05 02:53:03 DEBUG : Looking for writers 2026/06/05 02:53:03 DEBUG : dir: reading active writers 2026/06/05 02:53:03 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:03 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:03 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:03 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:53:03 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:03 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:03 DEBUG : dir: Looking for writers 2026/06/05 02:53:03 DEBUG : file1: reading active writers 2026/06/05 02:53:03 DEBUG : Looking for writers 2026/06/05 02:53:03 DEBUG : dir: reading active writers 2026/06/05 02:53:03 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:03 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:03 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:03 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:03 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:03 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/05 02:53:03 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:03 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:03 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/05 02:53:04 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:04 DEBUG : dir: Looking for writers 2026/06/05 02:53:04 DEBUG : file1: reading active writers 2026/06/05 02:53:04 DEBUG : Looking for writers 2026/06/05 02:53:04 DEBUG : dir: reading active writers 2026/06/05 02:53:04 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:04 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): _readAt: size=1, off=0 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): openPending: 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:04 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): >openPending: err= 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): _readAt: size=256, off=1 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): >_readAt: n=15, err=EOF 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): _readAt: size=16, off=16 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): close: 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): >close: err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): close: 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd778e9c0): >close: err=file already closed 2026/06/05 02:53:04 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:04 DEBUG : dir: Looking for writers 2026/06/05 02:53:04 DEBUG : file1: reading active writers 2026/06/05 02:53:04 DEBUG : Looking for writers 2026/06/05 02:53:04 DEBUG : dir: reading active writers 2026/06/05 02:53:04 DEBUG : >WaitForWriters: 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:04 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): _readAt: size=1, off=0 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): openPending: 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:04 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >openPending: err= 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): _readAt: size=1, off=5 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): _readAt: size=1, off=3 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): _readAt: size=1, off=13 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): _readAt: size=16, off=100 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >_readAt: n=0, err=EOF 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): close: 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7b50e00): >close: err= 2026/06/05 02:53:04 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:04 DEBUG : dir: Looking for writers 2026/06/05 02:53:04 DEBUG : file1: reading active writers 2026/06/05 02:53:04 DEBUG : Looking for writers 2026/06/05 02:53:04 DEBUG : dir: reading active writers 2026/06/05 02:53:04 DEBUG : >WaitForWriters: 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.33s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:04 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=1, off=0 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): openPending: 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:04 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >openPending: err= 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=1, off=5 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=1, off=1 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=1, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=6, off=10 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=6, err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=256, off=10 2026/06/05 02:53:04 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=6, err=EOF 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=256, off=100 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=0, err=EOF 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): close: 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >close: err= 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): _readAt: size=256, off=100 2026/06/05 02:53:04 DEBUG : dir/file1(0x91dd7074f80): >_readAt: n=0, err=file already closed 2026/06/05 02:53:04 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:04 DEBUG : dir: Looking for writers 2026/06/05 02:53:04 DEBUG : file1: reading active writers 2026/06/05 02:53:04 DEBUG : Looking for writers 2026/06/05 02:53:04 DEBUG : dir: reading active writers 2026/06/05 02:53:04 DEBUG : >WaitForWriters: 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:04 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:05 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): RWFileHandle.Flush 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): _readAt: size=256, off=0 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): openPending: 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:05 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): >openPending: err= 2026/06/05 02:53:05 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/05 02:53:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): >_readAt: n=16, err=EOF 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): RWFileHandle.Flush 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): RWFileHandle.Flush 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): close: 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd734e240): >close: err= 2026/06/05 02:53:05 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:05 DEBUG : dir: Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : dir: reading active writers 2026/06/05 02:53:05 DEBUG : >WaitForWriters: 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.28s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:05 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/05 02:53:05 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): _readAt: size=256, off=0 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): openPending: 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:05 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): >openPending: err= 2026/06/05 02:53:05 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/05 02:53:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): >_readAt: n=16, err=EOF 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): RWFileHandle.Release 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): close: 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): >close: err= 2026/06/05 02:53:05 DEBUG : dir/file1(0x91dd778f2c0): RWFileHandle.Release 2026/06/05 02:53:05 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:05 DEBUG : dir: Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : dir: reading active writers 2026/06/05 02:53:05 DEBUG : >WaitForWriters: 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.34s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:05 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:05 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:05 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): openPending: 2026/06/05 02:53:05 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): >openPending: err= 2026/06/05 02:53:05 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:05 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:05 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): _writeAt: size=5, off=0 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): >_writeAt: n=5, err= 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): _writeAt: size=7, off=5 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): >_writeAt: n=7, err= 2026/06/05 02:53:05 DEBUG : file1: vfs cache: truncate to size=11 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): close: 2026/06/05 02:53:05 DEBUG : file1: vfs cache: setting modification time to 2026-06-05 02:53:05.627268424 +0000 UTC m=+27.168393692 2026/06/05 02:53:05 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): >close: err= 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): close: 2026/06/05 02:53:05 DEBUG : file1(0x91dd778fd80): >close: err=file already closed 2026/06/05 02:53:05 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:05 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:05 DEBUG : file1.3fdc70c9.partial: size = 11 OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.3fdc70c9.partial" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.3fdc70c9.partial 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.3fdc70c9.partial" 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1.3fdc70c9.partial 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : file1.3fdc70c9.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:05 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/05 02:53:05 DEBUG : file1.3fdc70c9.partial: renamed to: file1 2026/06/05 02:53:05 INFO : file1: Copied (new) 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:05 DEBUG : Looking for writers 2026/06/05 02:53:05 DEBUG : file1: reading active writers 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:05 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:05 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-05 02:53:05 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/05 02:53:05 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:05 DEBUG : >WaitForWriters: 2026/06/05 02:53:05 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:05 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/05 02:53:06 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : >WaitForWriters: 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.54s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:06 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:06 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:06 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): openPending: 2026/06/05 02:53:06 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): >openPending: err= 2026/06/05 02:53:06 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:06 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:06 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): _writeAt: size=7, off=0 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): >_writeAt: n=7, err= 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): _writeAt: size=6, off=5 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): >_writeAt: n=6, err= 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): close: 2026/06/05 02:53:06 DEBUG : file1: vfs cache: setting modification time to 2026-06-05 02:53:06.163485372 +0000 UTC m=+27.704610681 2026/06/05 02:53:06 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): >close: err= 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): _writeAt: size=5, off=0 2026/06/05 02:53:06 DEBUG : file1(0x91dd7bc4100): >_writeAt: n=0, err=file already closed 2026/06/05 02:53:06 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:06 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:06 DEBUG : file1.72213369.partial: size = 11 OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.72213369.partial" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.72213369.partial 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.72213369.partial" 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1.72213369.partial 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1.72213369.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:06 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/05 02:53:06 DEBUG : file1.72213369.partial: renamed to: file1 2026/06/05 02:53:06 INFO : file1: Copied (new) 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:06 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-05 02:53:06 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/05 02:53:06 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:06 DEBUG : >WaitForWriters: 2026/06/05 02:53:06 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/05 02:53:06 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : >WaitForWriters: 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:06 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:06 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:06 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:06 DEBUG : file1(0x91dd6fe8a00): openPending: 2026/06/05 02:53:06 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:06 DEBUG : file1(0x91dd6fe8a00): >openPending: err= 2026/06/05 02:53:06 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:06 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:06 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:06 DEBUG : file1(0x91dd6fe8a00): close: 2026/06/05 02:53:06 DEBUG : file1: vfs cache: setting modification time to 2026-06-05 02:53:06.697898167 +0000 UTC m=+28.239023447 2026/06/05 02:53:06 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:06 DEBUG : file1(0x91dd6fe8a00): >close: err= 2026/06/05 02:53:06 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/05 02:53:06 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:06 DEBUG : file2: newRWFileHandle: 2026/06/05 02:53:06 DEBUG : file2(0x91dd6fe9000): openPending: 2026/06/05 02:53:06 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/05 02:53:06 DEBUG : file2(0x91dd6fe9000): >openPending: err= 2026/06/05 02:53:06 DEBUG : file2: >newRWFileHandle: err= 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/05 02:53:06 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/05 02:53:06 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/05 02:53:06 DEBUG : file2(0x91dd6fe9000): RWFileHandle.Flush 2026/06/05 02:53:06 DEBUG : file2(0x91dd6fe9000): RWFileHandle.Release 2026/06/05 02:53:06 DEBUG : file2(0x91dd6fe9000): close: 2026/06/05 02:53:06 DEBUG : file2: vfs cache: setting modification time to 2026-06-05 02:53:06.699808872 +0000 UTC m=+28.240934212 2026/06/05 02:53:06 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:06 DEBUG : file2(0x91dd6fe9000): >close: err= 2026/06/05 02:53:06 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : file2: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : file2: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : file2: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : file2: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/05 02:53:06 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:06 DEBUG : file2: vfs cache: starting upload 2026/06/05 02:53:06 DEBUG : file1.5ed9c168.partial: size = 0 OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.5ed9c168.partial" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.5ed9c168.partial 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.5ed9c168.partial" 2026/06/05 02:53:06 DEBUG : file2.3cd34f27.partial: size = 0 OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file2.3cd34f27.partial" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file2.3cd34f27.partial 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file2.3cd34f27.partial" 2026/06/05 02:53:06 DEBUG : Looking for writers 2026/06/05 02:53:06 DEBUG : file1: reading active writers 2026/06/05 02:53:06 DEBUG : file2: reading active writers 2026/06/05 02:53:06 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file1.5ed9c168.partial 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1.5ed9c168.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:06 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:53:06 DEBUG : file1.5ed9c168.partial: renamed to: file1 2026/06/05 02:53:06 INFO : file1: Copied (new) 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file2.3cd34f27.partial 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file2.3cd34f27.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:06 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:53:06 DEBUG : file2.3cd34f27.partial: renamed to: file2 2026/06/05 02:53:06 INFO : file2: Copied (new) 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file2" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file2 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file2" 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:06 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:06 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:06 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-05 02:53:06 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/05 02:53:06 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:06 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : file2: reading active writers 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file2 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:07 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-05 02:53:06 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/05 02:53:07 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/05 02:53:07 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/05 02:53:07 INFO : file2: vfs cache: upload succeeded try #1 2026/06/05 02:53:07 DEBUG : >WaitForWriters: 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file2" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file2 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file2" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file2 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file2" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file2 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file2" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-tozawug9wotu/file2 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/05 02:53:07 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : file2: reading active writers 2026/06/05 02:53:07 DEBUG : >WaitForWriters: 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.76s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:07 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:07 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:07 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): openPending: 2026/06/05 02:53:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): >openPending: err= 2026/06/05 02:53:07 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): _writeAt: size=5, off=0 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): >_writeAt: n=5, err= 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): RWFileHandle.Flush 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): RWFileHandle.Flush 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): close: 2026/06/05 02:53:07 DEBUG : file1: vfs cache: setting modification time to 2026-06-05 02:53:07.45668052 +0000 UTC m=+28.997805760 2026/06/05 02:53:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:07 DEBUG : file1(0x91dd7075840): >close: err= 2026/06/05 02:53:07 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:07 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:07 DEBUG : file1.4be96c80.partial: size = 5 OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.4be96c80.partial" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.4be96c80.partial 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.4be96c80.partial" 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1.4be96c80.partial 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file1.4be96c80.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:07 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:07 DEBUG : file1.4be96c80.partial: renamed to: file1 2026/06/05 02:53:07 INFO : file1: Copied (new) 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:07 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-05 02:53:07 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/05 02:53:07 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:07 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : >WaitForWriters: 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:07 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:07 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:07 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): openPending: 2026/06/05 02:53:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): >openPending: err= 2026/06/05 02:53:07 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): _writeAt: size=5, off=0 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): >_writeAt: n=5, err= 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): RWFileHandle.Release 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): close: 2026/06/05 02:53:07 DEBUG : file1: vfs cache: setting modification time to 2026-06-05 02:53:07.775033431 +0000 UTC m=+29.316158670 2026/06/05 02:53:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): >close: err= 2026/06/05 02:53:07 DEBUG : file1(0x91dd7b50340): RWFileHandle.Release 2026/06/05 02:53:07 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:07 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:07 DEBUG : file1.134649b3.partial: size = 5 OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.134649b3.partial" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.134649b3.partial 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.134649b3.partial" 2026/06/05 02:53:07 DEBUG : Looking for writers 2026/06/05 02:53:07 DEBUG : file1: reading active writers 2026/06/05 02:53:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1.134649b3.partial 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:07 DEBUG : file1.134649b3.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:07 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:07 DEBUG : file1.134649b3.partial: renamed to: file1 2026/06/05 02:53:07 INFO : file1: Copied (new) 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:07 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:08 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-05 02:53:07 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/05 02:53:08 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:08 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : >WaitForWriters: 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:08 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:08 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/05 02:53:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:53:08 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd734f300): openPending: 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd734f300): >openPending: err= 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/05 02:53:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:08 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd734f300): _writeAt: size=5, off=0 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd734f300): >_writeAt: n=5, err= 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd734f300): close: 2026/06/05 02:53:08 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-05 02:53:08.392012402 +0000 UTC m=+29.933137651 2026/06/05 02:53:08 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd734f300): >close: err= 2026/06/05 02:53:08 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:08 DEBUG : dir: Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : dir: reading active writers 2026/06/05 02:53:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:08 DEBUG : dir: Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : dir: reading active writers 2026/06/05 02:53:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:08 DEBUG : dir: Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : dir: reading active writers 2026/06/05 02:53:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:08 DEBUG : dir: Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : dir: reading active writers 2026/06/05 02:53:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: starting upload 2026/06/05 02:53:08 DEBUG : dir/file1.c173d8db.partial: size = 5 OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1.c173d8db.partial" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1.c173d8db.partial 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1.c173d8db.partial" 2026/06/05 02:53:08 DEBUG : dir: Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : dir: reading active writers 2026/06/05 02:53:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/dir/file1.c173d8db.partial 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1.c173d8db.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:08 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:08 DEBUG : dir/file1.c173d8db.partial: renamed to: dir/file1 2026/06/05 02:53:08 INFO : dir/file1: Copied (replaced existing) 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-05 02:53:08 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/05 02:53:08 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:08 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:08 DEBUG : dir: Looking for writers 2026/06/05 02:53:08 DEBUG : file1: reading active writers 2026/06/05 02:53:08 DEBUG : Looking for writers 2026/06/05 02:53:08 DEBUG : dir: reading active writers 2026/06/05 02:53:08 DEBUG : >WaitForWriters: 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:08 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:08 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:08 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/05 02:53:08 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:08 DEBUG : dir/file1: newRWFileHandle: 2026/06/05 02:53:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/05 02:53:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/05 02:53:08 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd75a8000): _writeAt: size=5, off=0 2026/06/05 02:53:08 DEBUG : dir/file1(0x91dd75a8000): openPending: 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:08 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/05 02:53:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/05 02:53:09 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/05 02:53:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:09 DEBUG : dir/file1(0x91dd75a8000): >openPending: err= 2026/06/05 02:53:09 DEBUG : dir/file1(0x91dd75a8000): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : dir/file1(0x91dd75a8000): _writeAt: size=15, off=5 2026/06/05 02:53:09 DEBUG : dir/file1(0x91dd75a8000): >_writeAt: n=15, err= 2026/06/05 02:53:09 DEBUG : dir/file1(0x91dd75a8000): close: 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/05 02:53:09 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-05 02:53:09.00997252 +0000 UTC m=+30.551097758 2026/06/05 02:53:09 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : dir/file1(0x91dd75a8000): >close: err= 2026/06/05 02:53:09 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:09 DEBUG : dir: Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : dir: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:09 DEBUG : dir: Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : dir: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:09 DEBUG : dir: Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : dir: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:09 DEBUG : dir: Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : dir: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:09 DEBUG : dir/file1: vfs cache: starting upload 2026/06/05 02:53:09 DEBUG : dir/file1.61cc8905.partial: size = 20 OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1.61cc8905.partial" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1.61cc8905.partial 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1.61cc8905.partial" 2026/06/05 02:53:09 DEBUG : dir: Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : dir: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-tozawug9wotu/dir/file1.61cc8905.partial 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:09 DEBUG : dir/file1.61cc8905.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/05 02:53:09 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/05 02:53:09 DEBUG : dir/file1.61cc8905.partial: renamed to: dir/file1 2026/06/05 02:53:09 INFO : dir/file1: Copied (replaced existing) 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:09 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/05 02:53:09 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-05 02:53:09 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/05 02:53:09 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:09 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:09 DEBUG : dir: Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : dir: reading active writers 2026/06/05 02:53:09 DEBUG : >WaitForWriters: 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:09 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:09 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : file1(0x91dd784d2c0): openPending: 2026/06/05 02:53:09 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:09 DEBUG : file1(0x91dd784d2c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:09 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:09 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:09 DEBUG : file1(0x91dd784d2c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : file1(0x91dd784d2c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : file1(0x91dd784d2c0): close: 2026/06/05 02:53:09 DEBUG : file1: vfs cache: setting modification time to 2026-06-05 02:53:09.331876829 +0000 UTC m=+30.873002068 2026/06/05 02:53:09 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : file1(0x91dd784d2c0): >close: err= 2026/06/05 02:53:09 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:09 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:09 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:09 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:09 DEBUG : file1.975138b8.partial: size = 5 OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.975138b8.partial" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.975138b8.partial 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.975138b8.partial" 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1.975138b8.partial 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:09 DEBUG : file1.975138b8.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:09 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:09 DEBUG : file1.975138b8.partial: renamed to: file1 2026/06/05 02:53:09 INFO : file1: Copied (new) 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:09 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:09 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-05 02:53:09 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/05 02:53:09 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:09 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : file1: reading active writers 2026/06/05 02:53:09 DEBUG : >WaitForWriters: 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:09 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/05 02:53:09 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9540): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9540): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9540): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.651807667 +0000 UTC m=+31.192932916 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.651807667 +0000 UTC m=+31.192932916 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a99c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9e80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9e80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.651807667 +0000 UTC m=+31.192932916 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7072af0 item 1 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50040): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50040): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50040): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50040): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50040): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.654177881 +0000 UTC m=+31.195303120 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50040): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50540): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50540): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50540): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.654177881 +0000 UTC m=+31.195303120 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f41c0 item 2 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50c00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50c00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.655519098 +0000 UTC m=+31.196644337 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.655519098 +0000 UTC m=+31.196644337 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51540): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51540): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51540): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.655519098 +0000 UTC m=+31.196644337 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4620 item 3 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51bc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51bc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.657245444 +0000 UTC m=+31.198370683 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e200): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e200): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e200): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.657245444 +0000 UTC m=+31.198370683 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4af0 item 4 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e940): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e940): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e940): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.658528812 +0000 UTC m=+31.199654051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751e940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.658528812 +0000 UTC m=+31.199654051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751edc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f280): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f280): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f280): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.658528812 +0000 UTC m=+31.199654051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f51f0 item 5 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f900): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f900): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f900): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f900): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f900): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.660329789 +0000 UTC m=+31.201455028 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751f900): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751fe40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751fe40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751fe40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751fe40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751fe40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.660329789 +0000 UTC m=+31.201455028 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd751fe40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f56c0 item 6 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bca40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bca40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bca40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bca40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bca40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.661748262 +0000 UTC m=+31.202873502 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bca40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.661748262 +0000 UTC m=+31.202873502 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bcf40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bd400): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bd400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bd400): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bd400): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bd400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.661748262 +0000 UTC m=+31.202873502 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bd400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5b90 item 7 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bda80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bda80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bda80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bda80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bda80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.663446966 +0000 UTC m=+31.204572205 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76bda80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8800): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8800): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8800): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8800): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8800): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.663446966 +0000 UTC m=+31.204572205 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8800): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214850 item 8 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8f80): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd6fe8f80): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8f80): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8f80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8f80): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8f80): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8f80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9340): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9340): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9340): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.664666884 +0000 UTC m=+31.205792124 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.664666884 +0000 UTC m=+31.205792124 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074800): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074800): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074800): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074800): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074800): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.664666884 +0000 UTC m=+31.205792124 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074800): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214bd0 item 9 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075380): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075380): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075380): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.666308609 +0000 UTC m=+31.207433849 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075c00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075c00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.666308609 +0000 UTC m=+31.207433849 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7215c00 item 10 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc45c0): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7bc45c0): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc45c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc45c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc45c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc45c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc45c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4980): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4980): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4980): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.66752958 +0000 UTC m=+31.208654819 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.66752958 +0000 UTC m=+31.208654819 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc4e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5380): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5380): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5380): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.66752958 +0000 UTC m=+31.208654819 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74b8af0 item 11 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5a00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5a00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.669296012 +0000 UTC m=+31.210421251 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7bc5a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.669296012 +0000 UTC m=+31.210421251 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74b9500 item 12 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e1c0): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd734e1c0): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e1c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e1c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e1c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e1c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e1c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.670562438 +0000 UTC m=+31.211687677 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ecc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ecc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ecc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ecc0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ecc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.670562438 +0000 UTC m=+31.211687677 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ecc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7072310 item 13 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f340): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f340): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f340): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.671905538 +0000 UTC m=+31.213030778 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f880): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f880): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f880): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.671905538 +0000 UTC m=+31.213030778 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7073730 item 14 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8040): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd75a8040): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8040): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8040): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8040): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8040): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8040): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8400): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8400): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8400): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.673157738 +0000 UTC m=+31.214282976 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8ac0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8ac0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.673157738 +0000 UTC m=+31.214282976 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a8ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd707b9d0 item 15 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9140): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9140): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9140): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.674299749 +0000 UTC m=+31.215424988 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75a9140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244200): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244200): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244200): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.674299749 +0000 UTC m=+31.215424988 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f62a0 item 16 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244840): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244840): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.675593075 +0000 UTC m=+31.216718334 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.675593075 +0000 UTC m=+31.216718334 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7244cc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72451c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72451c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72451c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72451c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72451c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.675593075 +0000 UTC m=+31.216718334 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72451c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6620 item 17 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245840): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245840): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.677314972 +0000 UTC m=+31.218440212 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245d80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245d80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245d80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245d80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245d80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.677314972 +0000 UTC m=+31.218440212 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7245d80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6c40 item 18 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= 2026/06/05 02:53:09 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-tozawug9wotu/dir/file1: no such file or directory === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304500): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304500): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304500): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304500): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304500): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.678975955 +0000 UTC m=+31.220101214 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304500): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.678975955 +0000 UTC m=+31.220101214 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304f00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304f00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304f00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304f00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304f00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.678975955 +0000 UTC m=+31.220101214 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7304f00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f72d0 item 19 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305580): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305580): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305580): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305580): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305580): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.681134348 +0000 UTC m=+31.222259637 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305580): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305ac0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305ac0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.681134348 +0000 UTC m=+31.222259637 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7305ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f77a0 item 20 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354240): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354240): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354240): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354240): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354240): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.682325121 +0000 UTC m=+31.223450359 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.682325121 +0000 UTC m=+31.223450359 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354c40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354c40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.682325121 +0000 UTC m=+31.223450359 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7354c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f7b90 item 21 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73552c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73552c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73552c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73552c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73552c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.684194317 +0000 UTC m=+31.225319587 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73552c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355800): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355800): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355800): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355800): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355800): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.684194317 +0000 UTC m=+31.225319587 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355800): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406310 item 22 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355e80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355e80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.685363008 +0000 UTC m=+31.226488247 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7355e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.685363008 +0000 UTC m=+31.226488247 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374480): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.685363008 +0000 UTC m=+31.226488247 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406850 item 23 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375000): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375000): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375000): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375000): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375000): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.68684966 +0000 UTC m=+31.227974900 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375000): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375540): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375540): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375540): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.68684966 +0000 UTC m=+31.227974900 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406d90 item 24 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375b80): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7375b80): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375b80): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375b80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375b80): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375b80): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375b80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394040): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394040): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394040): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394040): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394040): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.688137197 +0000 UTC m=+31.229262446 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394040): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.688137197 +0000 UTC m=+31.229262446 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394a80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394a80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.688137197 +0000 UTC m=+31.229262446 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7394a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74071f0 item 25 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395100): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395100): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.689669756 +0000 UTC m=+31.230794996 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395640): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395640): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395640): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.689669756 +0000 UTC m=+31.230794996 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74078f0 item 26 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395c80): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7395c80): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395c80): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395c80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395c80): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7395c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc140): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc140): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc140): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.690781469 +0000 UTC m=+31.231906708 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.690781469 +0000 UTC m=+31.231906708 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccb80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccb80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccb80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccb80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccb80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.690781469 +0000 UTC m=+31.231906708 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccb80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702c5b0 item 27 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd200): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd200): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd200): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.692781002 +0000 UTC m=+31.233906241 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd740): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd740): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd740): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.692781002 +0000 UTC m=+31.233906241 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702d030 item 28 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cdd80): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd73cdd80): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cdd80): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cdd80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cdd80): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cdd80): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cdd80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426240): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426240): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426240): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426240): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426240): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.693938332 +0000 UTC m=+31.235063570 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426900): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426900): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426900): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426900): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426900): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.693938332 +0000 UTC m=+31.235063570 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426900): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76105b0 item 29 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426f80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426f80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426f80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426f80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426f80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.694964163 +0000 UTC m=+31.236089402 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7426f80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74274c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74274c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74274c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74274c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74274c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.694964163 +0000 UTC m=+31.236089402 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74274c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7610bd0 item 30 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427b00): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7427b00): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427b00): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427b00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427b00): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427b00): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427b00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427ec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427ec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.696073611 +0000 UTC m=+31.237198850 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7427ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3140): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3140): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3140): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.696073611 +0000 UTC m=+31.237198850 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74b9880 item 31 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3c80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3c80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3c80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3c80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.697305692 +0000 UTC m=+31.238430931 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660400): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660400): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660400): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.697305692 +0000 UTC m=+31.238430931 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6000 item 32 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660a40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660a40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.698560055 +0000 UTC m=+31.239685295 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6460 item 33 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.698977285 +0000 UTC m=+31.240102524 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7660ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76613c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76613c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76613c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76613c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76613c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.698977285 +0000 UTC m=+31.240102524 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76613c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6690 item 33 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661a00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661a00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.700136899 +0000 UTC m=+31.241262138 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6a10 item 34 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.700529381 +0000 UTC m=+31.241654620 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7661e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.700529381 +0000 UTC m=+31.241654620 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6bd0 item 34 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.701957403 +0000 UTC m=+31.243082652 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7030 item 35 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.702407876 +0000 UTC m=+31.243533114 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cf80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d480): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d480): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d480): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d480): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d480): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.702407876 +0000 UTC m=+31.243533114 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d480): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b71f0 item 35 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767db00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767db00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767db00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767db00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767db00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.703507004 +0000 UTC m=+31.244632244 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767db00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7570 item 36 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.703987824 +0000 UTC m=+31.245113063 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8640): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8640): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8640): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.703987824 +0000 UTC m=+31.245113063 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7730 item 36 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8c80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8c80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8c80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8c80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.704937751 +0000 UTC m=+31.246062990 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a8c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7c00 item 37 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.705344671 +0000 UTC m=+31.246469910 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9600): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9600): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.705344671 +0000 UTC m=+31.246469910 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7dc0 item 37 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9c80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9c80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9c80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9c80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.706493304 +0000 UTC m=+31.247618543 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a9c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0460 item 38 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.70706726 +0000 UTC m=+31.248192499 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d07c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d07c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d07c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d07c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d07c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.70706726 +0000 UTC m=+31.248192499 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d07c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0690 item 38 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0e40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0e40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0e40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0e40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0e40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.708289632 +0000 UTC m=+31.249414871 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d0e40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0bd0 item 39 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.708798736 +0000 UTC m=+31.249923975 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1840): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1840): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1840): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.708798736 +0000 UTC m=+31.249923975 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0e70 item 39 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1ec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1ec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.709818215 +0000 UTC m=+31.250943453 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74d1ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1260 item 40 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.710311036 +0000 UTC m=+31.251436276 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75044c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504a00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504a00): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.710311036 +0000 UTC m=+31.251436276 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1490 item 40 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.711673494 +0000 UTC m=+31.252798733 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7504fc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75054c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75054c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75054c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1810 item 41 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75054c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75054c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.712107215 +0000 UTC m=+31.253232464 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75054c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a19d0 item 41 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.712491592 +0000 UTC m=+31.253616831 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505ec0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505ec0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.712491592 +0000 UTC m=+31.253616831 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7505ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1b90 item 41 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.713537662 +0000 UTC m=+31.254662901 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530b00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530b00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530b00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0380 item 42 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530b00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530b00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.713962355 +0000 UTC m=+31.255087594 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7530b00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0620 item 42 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.714397678 +0000 UTC m=+31.255522917 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531040): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75315c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75315c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75315c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75315c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75315c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.714397678 +0000 UTC m=+31.255522917 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75315c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0930 item 42 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.715401317 +0000 UTC m=+31.256526556 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7531c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c200): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c200): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0f50 item 43 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c200): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.715819398 +0000 UTC m=+31.256944637 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e11f0 item 43 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.716266614 +0000 UTC m=+31.257391852 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756c740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756cc80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756cc80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756cc80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756cc80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756cc80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.716266614 +0000 UTC m=+31.257391852 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756cc80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1650 item 43 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.717473748 +0000 UTC m=+31.258598987 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d2c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d7c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d7c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d7c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1b20 item 44 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d7c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d7c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.717903531 +0000 UTC m=+31.259028770 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756d7c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1ce0 item 44 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.718443071 +0000 UTC m=+31.259568311 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd756dd00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2380): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2380): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2380): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.718443071 +0000 UTC m=+31.259568311 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c000 item 44 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.719449656 +0000 UTC m=+31.260574895 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b29c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2ec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c460 item 45 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2ec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.719840305 +0000 UTC m=+31.260965545 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b2ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b35c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b35c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b35c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b35c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b35c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.719840305 +0000 UTC m=+31.260965545 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b35c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c8c0 item 45 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.720960214 +0000 UTC m=+31.262085452 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75b3c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee200): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee200): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736cc40 item 46 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee200): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.721411327 +0000 UTC m=+31.262536566 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee900): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee900): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee900): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee900): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee900): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.721411327 +0000 UTC m=+31.262536566 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ee900): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736ce00 item 46 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.722469779 +0000 UTC m=+31.263595019 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75eef40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ef440): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ef440): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ef440): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736d960 item 47 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ef440): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ef440): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.722854157 +0000 UTC m=+31.263979395 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ef440): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75efb40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75efb40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75efb40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75efb40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75efb40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.722854157 +0000 UTC m=+31.263979395 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75efb40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736db20 item 47 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.723928208 +0000 UTC m=+31.265053448 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688780): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688780): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688780): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78aa1c0 item 48 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688780): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688780): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.724386315 +0000 UTC m=+31.265511555 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688780): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688e80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688e80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.724386315 +0000 UTC m=+31.265511555 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7688e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78aa4d0 item 48 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76894c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76894c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76894c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76894c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76894c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.72554092 +0000 UTC m=+31.266666158 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76894c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78aaa10 item 49 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.726102442 +0000 UTC m=+31.267227681 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689e80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689e80): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.726102442 +0000 UTC m=+31.267227681 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7689e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78aad20 item 49 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aa600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aa600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aa600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aa600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aa600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.727270982 +0000 UTC m=+31.268396221 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aa600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78ab180 item 50 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.727803049 +0000 UTC m=+31.268928288 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76aab00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab080): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab080): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab080): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.727803049 +0000 UTC m=+31.268928288 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78ab420 item 50 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab700): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab700): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab700): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.728916346 +0000 UTC m=+31.270041595 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76ab700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658070 item 51 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.729388048 +0000 UTC m=+31.270513287 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76abc00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a240): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a240): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a240): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a240): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a240): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.729388048 +0000 UTC m=+31.270513287 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658230 item 51 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a8c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a8c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a8c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a8c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a8c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.730549976 +0000 UTC m=+31.271675215 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771a8c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76585b0 item 52 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.731012321 +0000 UTC m=+31.272137560 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771adc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b340): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b340): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b340): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.731012321 +0000 UTC m=+31.272137560 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658770 item 52 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b9c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b9c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b9c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b9c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b9c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.732201991 +0000 UTC m=+31.273327230 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771b9c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658af0 item 53 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.732627847 +0000 UTC m=+31.273753096 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd771bec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740500): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740500): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740500): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740500): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740500): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.732627847 +0000 UTC m=+31.273753096 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740500): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658cb0 item 53 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740b80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740b80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740b80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740b80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740b80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.733742205 +0000 UTC m=+31.274867445 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7740b80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659030 item 54 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.734295211 +0000 UTC m=+31.275420451 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741600): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741600): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.734295211 +0000 UTC m=+31.275420451 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76592d0 item 54 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741c80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741c80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741c80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741c80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.735413697 +0000 UTC m=+31.276538937 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7741c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76596c0 item 55 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.735805599 +0000 UTC m=+31.276930839 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a7c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a7c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a7c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a7c0): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a7c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.735805599 +0000 UTC m=+31.276930839 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775a7c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659880 item 55 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775ae40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775ae40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775ae40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775ae40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775ae40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.739323054 +0000 UTC m=+31.280448293 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775ae40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659c00 item 56 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.739837096 +0000 UTC m=+31.280962335 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b8c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b8c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b8c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b8c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b8c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.739837096 +0000 UTC m=+31.280962335 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd775b8c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659dc0 item 56 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.742854925 +0000 UTC m=+31.283980165 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772000): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772540): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772540): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700e850 item 57 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772540): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.743461423 +0000 UTC m=+31.284586661 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7772540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7610fc0 item 57 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.744065545 +0000 UTC m=+31.285190794 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454b80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454b80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454b80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454b80): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454b80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.744065545 +0000 UTC m=+31.285190794 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7454b80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7611180 item 57 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.74547897 +0000 UTC m=+31.286604209 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74551c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455700): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455700): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7611650 item 58 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455700): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.746001047 +0000 UTC m=+31.287126287 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7611810 item 58 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.746601333 +0000 UTC m=+31.287726573 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7455c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476300): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476300): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476300): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.746601333 +0000 UTC m=+31.287726573 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76119d0 item 58 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.747996492 +0000 UTC m=+31.289121732 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476e80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a6070 item 59 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476e80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.748471571 +0000 UTC m=+31.289596810 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7476e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a6cb0 item 59 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.749007575 +0000 UTC m=+31.290132814 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74773c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7477940): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7477940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7477940): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7477940): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7477940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.749007575 +0000 UTC m=+31.290132814 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7477940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a6ee0 item 59 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.750328255 +0000 UTC m=+31.291453493 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac5c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac5c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac5c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a7730 item 60 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac5c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac5c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.750767165 +0000 UTC m=+31.291892414 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ac5c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a78f0 item 60 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.75133064 +0000 UTC m=+31.292455879 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77acb00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad0c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad0c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad0c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad0c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad0c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.75133064 +0000 UTC m=+31.292455879 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad0c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a7ab0 item 60 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.752588751 +0000 UTC m=+31.293713990 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ad700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77adc40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77adc40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77adc40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c000 item 61 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77adc40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77adc40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.753110106 +0000 UTC m=+31.294235345 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77adc40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8440): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8440): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8440): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8440): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8440): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.753110106 +0000 UTC m=+31.294235345 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8440): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c1c0 item 61 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.754524473 +0000 UTC m=+31.295649711 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8fc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8fc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8fc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c540 item 62 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8fc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8fc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.755024219 +0000 UTC m=+31.296149457 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c8fc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c96c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c96c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c96c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c96c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c96c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.755024219 +0000 UTC m=+31.296149457 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c96c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c700 item 62 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.756326712 +0000 UTC m=+31.297451951 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77c9d00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2340): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2340): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9cc40 item 63 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2340): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.757172483 +0000 UTC m=+31.298297722 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2a40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2a40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.757172483 +0000 UTC m=+31.298297722 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e2a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9ce00 item 63 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.75852969 +0000 UTC m=+31.299654928 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e35c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e35c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e35c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d260 item 64 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e35c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e35c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.758996583 +0000 UTC m=+31.300121822 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e35c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3cc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3cc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3cc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3cc0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3cc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.758996583 +0000 UTC m=+31.300121822 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77e3cc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d420 item 64 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8400): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8400): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8400): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.761405942 +0000 UTC m=+31.302531181 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d7a0 item 65 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.763280358 +0000 UTC m=+31.304405596 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8d80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8d80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8d80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8d80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8d80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.763280358 +0000 UTC m=+31.304405596 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f8d80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d960 item 65 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f93c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f93c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f93c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f93c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f93c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.76641073 +0000 UTC m=+31.307535970 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f93c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9dd50 item 66 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.767005566 +0000 UTC m=+31.308130804 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9d80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9d80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9d80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9d80): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9d80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.767005566 +0000 UTC m=+31.308130804 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77f9d80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd72821c0 item 66 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78144c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78144c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78144c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78144c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78144c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.768332316 +0000 UTC m=+31.309457554 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78144c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7282540 item 67 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.768840858 +0000 UTC m=+31.309966097 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814e40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814e40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814e40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814e40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814e40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.768840858 +0000 UTC m=+31.309966097 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7814e40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7282850 item 67 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78154c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78154c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78154c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78154c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78154c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.770136489 +0000 UTC m=+31.311261727 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78154c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7282fc0 item 68 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.770672743 +0000 UTC m=+31.311797981 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78159c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832000): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832000): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832000): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832000): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832000): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.770672743 +0000 UTC m=+31.311797981 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832000): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7283b90 item 68 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832640): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832640): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832640): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.771802821 +0000 UTC m=+31.312928060 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796a150 item 69 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.772337081 +0000 UTC m=+31.313462320 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832fc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832fc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832fc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832fc0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832fc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.772337081 +0000 UTC m=+31.313462320 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7832fc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796a460 item 69 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833640): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833640): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833640): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.773723926 +0000 UTC m=+31.314849165 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796aaf0 item 70 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.774301157 +0000 UTC m=+31.315426396 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7833b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c180): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c180): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c180): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c180): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c180): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.774301157 +0000 UTC m=+31.315426396 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796ad20 item 70 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c800): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c800): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c800): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c800): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c800): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.775514784 +0000 UTC m=+31.316640023 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784c800): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796b0a0 item 71 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.775969784 +0000 UTC m=+31.317095023 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784cd00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d200): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d200): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d200): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.775969784 +0000 UTC m=+31.317095023 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796b3b0 item 71 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d880): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d880): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d880): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.777279332 +0000 UTC m=+31.318404571 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784d880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796b730 item 72 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.777789968 +0000 UTC m=+31.318915217 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd784dd80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e3c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e3c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e3c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e3c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e3c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.777789968 +0000 UTC m=+31.318915217 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e3c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796b8f0 item 72 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.779061643 +0000 UTC m=+31.320186882 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786e980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786ee80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786ee80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786ee80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd796bd50 item 73 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786ee80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786ee80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.779522195 +0000 UTC m=+31.320647434 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786ee80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4070 item 73 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.780054672 +0000 UTC m=+31.321179912 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f880): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f880): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f880): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.780054672 +0000 UTC m=+31.321179912 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786f880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4230 item 73 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.781334684 +0000 UTC m=+31.322459923 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd786fec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78964c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78964c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78964c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a45b0 item 74 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78964c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78964c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.781757475 +0000 UTC m=+31.322882724 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78964c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4770 item 74 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.782351238 +0000 UTC m=+31.323476476 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896f80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896f80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896f80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896f80): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896f80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.782351238 +0000 UTC m=+31.323476476 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896f80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4a10 item 74 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.783885309 +0000 UTC m=+31.325010549 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78975c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897ac0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a52d0 item 75 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897ac0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.784892415 +0000 UTC m=+31.326017654 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a5490 item 75 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.785688 +0000 UTC m=+31.326813240 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8640): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8640): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8640): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.785688 +0000 UTC m=+31.326813240 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a56c0 item 75 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.78726893 +0000 UTC m=+31.328394170 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8b00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9080): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4150 item 76 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9080): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.787766752 +0000 UTC m=+31.328891991 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4310 item 76 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.788420369 +0000 UTC m=+31.329545608 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c95c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9b40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9b40): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.788420369 +0000 UTC m=+31.329545608 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c9b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a44d0 item 76 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.789589652 +0000 UTC m=+31.330714890 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8900): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8900): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8900): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4850 item 77 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8900): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8900): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.790103013 +0000 UTC m=+31.331228252 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d8900): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9000): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9000): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9000): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9000): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9000): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.790103013 +0000 UTC m=+31.331228252 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9000): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4f50 item 77 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.791385048 +0000 UTC m=+31.332510287 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9b40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a0e0 item 78 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9b40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.791843375 +0000 UTC m=+31.332968614 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76d9b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50340): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50340): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50340): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.791843375 +0000 UTC m=+31.332968614 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a3f0 item 78 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.793227994 +0000 UTC m=+31.334353234 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50f00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50f00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50f00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a770 item 79 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50f00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50f00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.793687294 +0000 UTC m=+31.334812533 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50f00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51600): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51600): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.793687294 +0000 UTC m=+31.334812533 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a930 item 79 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.795031687 +0000 UTC m=+31.336156927 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8a00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795ae00 item 80 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8a00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.795523167 +0000 UTC m=+31.336648406 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe91c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe91c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe91c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe91c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe91c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.795523167 +0000 UTC m=+31.336648406 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe91c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795afc0 item 80 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9880): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9880): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9880): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.796901554 +0000 UTC m=+31.338026824 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b340 item 81 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.797458398 +0000 UTC m=+31.338583637 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f40): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.797458398 +0000 UTC m=+31.338583637 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b500 item 81 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075bc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075bc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.798815746 +0000 UTC m=+31.339940985 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b880 item 82 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.799435378 +0000 UTC m=+31.340560617 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e500): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ea80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ea80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ea80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ea80): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ea80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.799435378 +0000 UTC m=+31.340560617 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734ea80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795ba40 item 82 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f100): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f100): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.800772458 +0000 UTC m=+31.341897697 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700e4d0 item 83 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.801282783 +0000 UTC m=+31.342408022 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb40): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.801282783 +0000 UTC m=+31.342408022 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700e700 item 83 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78962c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78962c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78962c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78962c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78962c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.802633268 +0000 UTC m=+31.343758507 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78962c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f41c0 item 84 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.803290181 +0000 UTC m=+31.344415420 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896dc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896dc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896dc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896dc0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896dc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.803290181 +0000 UTC m=+31.344415420 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896dc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4460 item 84 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897440): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897440): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897440): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897440): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897440): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.804585271 +0000 UTC m=+31.345710510 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897440): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f47e0 item 85 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.805238076 +0000 UTC m=+31.346363315 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72362c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236800): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236800): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236800): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236800): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236800): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.805238076 +0000 UTC m=+31.346363315 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236800): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f49a0 item 85 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236e80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236e80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.80660361 +0000 UTC m=+31.347728849 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7236e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4ee0 item 86 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.807281532 +0000 UTC m=+31.348406771 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237900): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237900): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237900): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237900): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237900): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.807281532 +0000 UTC m=+31.348406771 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7237900): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f50a0 item 86 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254080): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254080): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.808634992 +0000 UTC m=+31.349760232 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5420 item 87 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.809201093 +0000 UTC m=+31.350326332 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254580): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254ac0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254ac0): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.809201093 +0000 UTC m=+31.350326332 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7254ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f55e0 item 87 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255140): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255140): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255140): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.811375427 +0000 UTC m=+31.352500666 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5a40 item 88 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.812417148 +0000 UTC m=+31.353542387 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255bc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255bc0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.812417148 +0000 UTC m=+31.353542387 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7255bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5c70 item 88 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.81402005 +0000 UTC m=+31.355145289 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312840): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214620 item 89 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312840): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.814484849 +0000 UTC m=+31.355610089 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd72148c0 item 89 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.815096056 +0000 UTC m=+31.356221296 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7312d80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313300): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313300): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313300): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.815096056 +0000 UTC m=+31.356221296 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214a80 item 89 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.816364656 +0000 UTC m=+31.357489895 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313e80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214e00 item 90 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313e80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.816915007 +0000 UTC m=+31.358040246 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7313e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd72157a0 item 90 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.81750287 +0000 UTC m=+31.358628109 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73524c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7352a80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7352a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7352a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7352a80): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7352a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.81750287 +0000 UTC m=+31.358628109 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7352a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7215dc0 item 90 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.820064085 +0000 UTC m=+31.361189324 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73530c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd70728c0 item 91 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.820557438 +0000 UTC m=+31.361682677 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7072cb0 item 91 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.82128292 +0000 UTC m=+31.362408159 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7353b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735e1c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735e1c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735e1c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735e1c0): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735e1c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.82128292 +0000 UTC m=+31.362408159 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735e1c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7073030 item 91 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.822843904 +0000 UTC m=+31.363969143 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735ec80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735ec80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735ec80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd707a3f0 item 92 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735ec80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735ec80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.823297632 +0000 UTC m=+31.364422881 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735ec80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd707b880 item 92 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.823833185 +0000 UTC m=+31.364958424 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f1c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f780): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f780): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f780): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f780): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f780): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.823833185 +0000 UTC m=+31.364958424 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735f780): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd707bc00 item 92 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.82505633 +0000 UTC m=+31.366181569 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd735fdc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737a400): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737a400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737a400): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6230 item 93 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737a400): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737a400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.825548821 +0000 UTC m=+31.366674060 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737a400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737ab00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737ab00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737ab00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737ab00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737ab00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.825548821 +0000 UTC m=+31.366674060 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737ab00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f63f0 item 93 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.827639266 +0000 UTC m=+31.368764505 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b680): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b680): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b680): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f67e0 item 94 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b680): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b680): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.828564036 +0000 UTC m=+31.369689275 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737b680): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737bd80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737bd80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737bd80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737bd80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737bd80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.828564036 +0000 UTC m=+31.369689275 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd737bd80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6a80 item 94 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.82997242 +0000 UTC m=+31.371097659 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73964c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7396a00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7396a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7396a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6e00 item 95 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7396a00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7396a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.830499196 +0000 UTC m=+31.371624435 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7396a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397100): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397100): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397100): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.830499196 +0000 UTC m=+31.371624435 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f72d0 item 95 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.831800779 +0000 UTC m=+31.372926018 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397c80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397c80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397c80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f7650 item 96 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397c80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.832272461 +0000 UTC m=+31.373397701 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7397c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73b4480): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73b4480): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73b4480): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73b4480): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73b4480): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.832272461 +0000 UTC m=+31.373397701 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73b4480): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f7810 item 96 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= 2026/06/05 02:53:09 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:09 DEBUG : Looking for writers 2026/06/05 02:53:09 DEBUG : >WaitForWriters: 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:09 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/05 02:53:09 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6180): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6180): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6180): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6180): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6180): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.837923703 +0000 UTC m=+31.379048942 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.837923703 +0000 UTC m=+31.379048942 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6ac0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6ac0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.837923703 +0000 UTC m=+31.379048942 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d6ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702cc40 item 1 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7100): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7100): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.839963722 +0000 UTC m=+31.381088962 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7600): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7600): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.839963722 +0000 UTC m=+31.381088962 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702db20 item 2 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7c40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7c40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.841278409 +0000 UTC m=+31.382403649 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78d7c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.841278409 +0000 UTC m=+31.382403649 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f01c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0680): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0680): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0680): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0680): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0680): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.841278409 +0000 UTC m=+31.382403649 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0680): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b62a0 item 3 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0d00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0d00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0d00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0d00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0d00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.844014376 +0000 UTC m=+31.385139614 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f0d00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1240): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1240): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1240): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1240): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1240): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.844014376 +0000 UTC m=+31.385139614 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b68c0 item 4 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1880): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1880): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1880): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.845694394 +0000 UTC m=+31.386819632 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.845694394 +0000 UTC m=+31.386819632 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78f1d00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74902c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74902c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74902c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74902c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74902c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.845694394 +0000 UTC m=+31.386819632 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74902c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6c40 item 5 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490940): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490940): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490940): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.847866373 +0000 UTC m=+31.388991612 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490e80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490e80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.847866373 +0000 UTC m=+31.388991612 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7490e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b71f0 item 6 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491500): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491500): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491500): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491500): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491500): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.849192422 +0000 UTC m=+31.390317661 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491500): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.849192422 +0000 UTC m=+31.390317661 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491ec0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491ec0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.849192422 +0000 UTC m=+31.390317661 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7491ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7570 item 7 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4640): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4640): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4640): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.851005563 +0000 UTC m=+31.392130801 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4b80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4b80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4b80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4b80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4b80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.851005563 +0000 UTC m=+31.392130801 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a4b80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7b90 item 8 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5140): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd74a5140): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5140): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5140): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5140): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5140): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5500): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5500): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5500): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5500): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5500): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.852429336 +0000 UTC m=+31.393554575 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5500): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.852429336 +0000 UTC m=+31.393554575 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5e80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5e80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.852429336 +0000 UTC m=+31.393554575 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74a5e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a01c0 item 9 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.854491407 +0000 UTC m=+31.395616646 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8b40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8b40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.854491407 +0000 UTC m=+31.395616646 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0770 item 10 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9180): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd74c9180): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9180): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9180): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9180): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9180): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9540): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9540): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9540): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.8558516 +0000 UTC m=+31.396976839 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.8558516 +0000 UTC m=+31.396976839 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c9a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2040): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2040): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2040): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2040): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2040): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.8558516 +0000 UTC m=+31.396976839 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2040): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0cb0 item 11 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e26c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e26c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e26c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e26c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e26c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.857548912 +0000 UTC m=+31.398674151 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e26c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2c00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2c00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.857548912 +0000 UTC m=+31.398674151 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e2c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a12d0 item 12 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3240): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd74e3240): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3240): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3240): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3240): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3240): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.859268875 +0000 UTC m=+31.400394113 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3cc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3cc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3cc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3cc0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3cc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.859268875 +0000 UTC m=+31.400394113 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74e3cc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a16c0 item 13 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510440): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510440): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510440): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510440): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510440): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.860653475 +0000 UTC m=+31.401778714 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510440): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510980): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510980): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510980): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.860653475 +0000 UTC m=+31.401778714 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1a40 item 14 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510fc0): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7510fc0): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510fc0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510fc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510fc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510fc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7510fc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511380): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511380): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511380): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.862361195 +0000 UTC m=+31.403486434 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511a40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511a40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.862361195 +0000 UTC m=+31.403486434 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7511a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1e30 item 15 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c1c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c1c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c1c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c1c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c1c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.864097841 +0000 UTC m=+31.405223080 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c1c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c700): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c700): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c700): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.864097841 +0000 UTC m=+31.405223080 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753c700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0690 item 16 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753cd40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753cd40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753cd40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753cd40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753cd40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.865597889 +0000 UTC m=+31.406723128 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753cd40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.865597889 +0000 UTC m=+31.406723128 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d1c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d6c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d6c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d6c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d6c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d6c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.865597889 +0000 UTC m=+31.406723128 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753d6c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0c40 item 17 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753dd40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753dd40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753dd40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753dd40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753dd40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.867647055 +0000 UTC m=+31.408772295 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd753dd40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576380): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576380): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576380): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576380): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576380): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.867647055 +0000 UTC m=+31.408772295 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1650 item 18 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576a00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576a00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.869119993 +0000 UTC m=+31.410245231 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.869119993 +0000 UTC m=+31.410245231 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7576f00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577400): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577400): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577400): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.869119993 +0000 UTC m=+31.410245231 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1b20 item 19 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577a80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577a80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.871321157 +0000 UTC m=+31.412446395 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7577a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba0c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba0c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba0c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba0c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba0c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.871321157 +0000 UTC m=+31.412446395 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba0c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c150 item 20 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba740): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba740): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.872779846 +0000 UTC m=+31.413905085 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75ba740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.872779846 +0000 UTC m=+31.413905085 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bac40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb140): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb140): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb140): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.872779846 +0000 UTC m=+31.413905085 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c7e0 item 21 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb7c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb7c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb7c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb7c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb7c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.874596443 +0000 UTC m=+31.415721682 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bb7c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bbd00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bbd00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bbd00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bbd00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bbd00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.874596443 +0000 UTC m=+31.415721682 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75bbd00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736cd20 item 22 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6480): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6480): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6480): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6480): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6480): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.875946367 +0000 UTC m=+31.417071606 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6480): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.875946367 +0000 UTC m=+31.417071606 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6e80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6e80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.875946367 +0000 UTC m=+31.417071606 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d6e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736d810 item 23 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7500): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7500): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7500): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7500): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7500): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.877911114 +0000 UTC m=+31.419036354 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7500): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7a40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7a40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.877911114 +0000 UTC m=+31.419036354 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd75d7a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736dd50 item 24 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604180): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7604180): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604180): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604180): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604180): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604180): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604540): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604540): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604540): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.879701812 +0000 UTC m=+31.420827051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.879701812 +0000 UTC m=+31.420827051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604f80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604f80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604f80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604f80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604f80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.879701812 +0000 UTC m=+31.420827051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7604f80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78aa540 item 25 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.882136338 +0000 UTC m=+31.423261577 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605b40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605b40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.882136338 +0000 UTC m=+31.423261577 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7605b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78aad20 item 26 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a280): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd763a280): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a280): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a280): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a280): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a280): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a640): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a640): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a640): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.883685208 +0000 UTC m=+31.424810447 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763a640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.883685208 +0000 UTC m=+31.424810447 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763ab40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b080): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b080): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b080): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.883685208 +0000 UTC m=+31.424810447 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78ab180 item 27 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b700): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b700): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b700): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.885534556 +0000 UTC m=+31.426659796 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763b700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763bc40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763bc40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763bc40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763bc40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763bc40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.885534556 +0000 UTC m=+31.426659796 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd763bc40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd78abd50 item 28 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662380): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd7662380): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662380): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662380): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662380): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662380): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662380): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662740): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662740): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.886966285 +0000 UTC m=+31.428091525 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662e00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662e00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662e00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662e00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662e00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.886966285 +0000 UTC m=+31.428091525 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7662e00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658310 item 29 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7663480): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7663480): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7663480): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7663480): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7663480): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.888514504 +0000 UTC m=+31.429639743 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7663480): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76639c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76639c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76639c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76639c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76639c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.888514504 +0000 UTC m=+31.429639743 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76639c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658690 item 30 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c100): _readAt: size=2, off=0 2026/06/05 02:53:09 ERROR : open-test-file(0x91dd767c100): Couldn't read size of file 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c100): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c100): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c100): >_writeAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c100): close: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.889883955 +0000 UTC m=+31.431009194 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c4c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.889883955 +0000 UTC m=+31.431009194 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658a10 item 31 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d200): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d200): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d200): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.891384173 +0000 UTC m=+31.432509412 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d740): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d740): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d740): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.891384173 +0000 UTC m=+31.432509412 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658d90 item 32 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2f00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2f00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2f00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2f00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2f00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.892802867 +0000 UTC m=+31.433928106 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2f00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74b9ab0 item 33 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.893367214 +0000 UTC m=+31.434492453 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452100): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452100): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452100): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.893367214 +0000 UTC m=+31.434492453 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76105b0 item 33 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452740): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452740): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.897657702 +0000 UTC m=+31.438782940 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7610bd0 item 34 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.898260492 +0000 UTC m=+31.439385731 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453100): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453100): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453100): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.898260492 +0000 UTC m=+31.439385731 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7610d90 item 34 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453740): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453740): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.899918909 +0000 UTC m=+31.441044149 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7611110 item 35 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.900584388 +0000 UTC m=+31.441709627 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7453bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77101c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77101c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77101c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77101c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77101c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.900584388 +0000 UTC m=+31.441709627 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77101c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76112d0 item 35 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710840): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710840): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.902246753 +0000 UTC m=+31.443372002 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76117a0 item 36 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.902767278 +0000 UTC m=+31.443892517 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7710d40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711280): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711280): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711280): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.902767278 +0000 UTC m=+31.443892517 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7611960 item 36 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77118c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77118c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77118c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77118c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77118c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.90399393 +0000 UTC m=+31.445119168 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77118c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a6000 item 37 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.904474458 +0000 UTC m=+31.445599698 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7711d40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734340): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734340): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734340): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.904474458 +0000 UTC m=+31.445599698 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a6c40 item 37 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77349c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77349c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77349c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77349c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77349c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.905950952 +0000 UTC m=+31.447076191 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77349c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a71f0 item 38 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.906538893 +0000 UTC m=+31.447664132 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7734ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735400): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735400): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735400): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735400): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735400): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.906538893 +0000 UTC m=+31.447664132 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735400): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a76c0 item 38 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735a80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735a80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.907835637 +0000 UTC m=+31.448960876 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7735a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a7a40 item 39 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.908394054 +0000 UTC m=+31.449519293 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758580): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758580): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758580): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758580): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758580): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.908394054 +0000 UTC m=+31.449519293 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758580): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd73a7c70 item 39 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758c00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758c00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.909801897 +0000 UTC m=+31.450927146 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7758c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c150 item 40 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.910428572 +0000 UTC m=+31.451553812 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759640): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759640): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759640): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759640): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759640): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.910428572 +0000 UTC m=+31.451553812 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759640): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c310 item 40 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.911695529 +0000 UTC m=+31.452820768 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7759c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778200): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778200): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c690 item 41 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778200): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.912238867 +0000 UTC m=+31.453364106 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9ca10 item 41 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.912936587 +0000 UTC m=+31.454061827 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77786c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778c00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778c00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.912936587 +0000 UTC m=+31.454061827 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9cbd0 item 41 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.914378445 +0000 UTC m=+31.455503684 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779740): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9cf50 item 42 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779740): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.914865486 +0000 UTC m=+31.455990725 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d1f0 item 42 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.915384519 +0000 UTC m=+31.456509757 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779c80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae300): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae300): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae300): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.915384519 +0000 UTC m=+31.456509757 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d3b0 item 42 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.917953749 +0000 UTC m=+31.459078988 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e84c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e89c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e89c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e89c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406230 item 43 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e89c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e89c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.918462392 +0000 UTC m=+31.459587631 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e89c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406540 item 43 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.919022731 +0000 UTC m=+31.460147971 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e8f00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9440): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9440): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9440): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9440): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9440): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.919022731 +0000 UTC m=+31.460147971 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9440): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406850 item 43 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.920839669 +0000 UTC m=+31.461964908 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd76e9a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c080): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406c40 item 44 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c080): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.921352679 +0000 UTC m=+31.462477918 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406e00 item 44 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.922018078 +0000 UTC m=+31.463143317 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767c5c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb40): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.922018078 +0000 UTC m=+31.463143317 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767cb40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7406fc0 item 44 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.923521002 +0000 UTC m=+31.464646241 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d680): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d680): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d680): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7407420 item 45 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d680): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d680): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.924027921 +0000 UTC m=+31.465153160 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767d680): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767de80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767de80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767de80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767de80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767de80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.924027921 +0000 UTC m=+31.465153160 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd767de80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7407730 item 45 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.925435073 +0000 UTC m=+31.466560312 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77ae7c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77aecc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77aecc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77aecc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7407dc0 item 46 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77aecc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77aecc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.925948434 +0000 UTC m=+31.467073673 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77aecc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77af3c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77af3c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77af3c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77af3c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77af3c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.925948434 +0000 UTC m=+31.467073673 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77af3c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76580e0 item 46 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.927513415 +0000 UTC m=+31.468638664 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77afa00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8000): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8000): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8000): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658460 item 47 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8000): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8000): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.928195184 +0000 UTC m=+31.469320423 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8000): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8700): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8700): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8700): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.928195184 +0000 UTC m=+31.469320423 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658620 item 47 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.92996905 +0000 UTC m=+31.471094290 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c8dc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c92c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c92c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c92c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd76589a0 item 48 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c92c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c92c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.930540652 +0000 UTC m=+31.471665891 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c92c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c99c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c99c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c99c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c99c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c99c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.930540652 +0000 UTC m=+31.471665891 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78c99c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658b60 item 48 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50100): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50100): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.931849769 +0000 UTC m=+31.472975008 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7658fc0 item 49 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.932428463 +0000 UTC m=+31.473553702 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50580): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50b40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50b40): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.932428463 +0000 UTC m=+31.473553702 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b50b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659260 item 49 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b511c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b511c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b511c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b511c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b511c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.933746837 +0000 UTC m=+31.474872076 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b511c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659650 item 50 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.93432968 +0000 UTC m=+31.475454919 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b516c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.93432968 +0000 UTC m=+31.475454919 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7b51c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659810 item 50 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8c40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8c40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.935564156 +0000 UTC m=+31.476689395 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe8c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659b90 item 51 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.936093206 +0000 UTC m=+31.477218446 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe9140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe96c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe96c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe96c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe96c0): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe96c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.936093206 +0000 UTC m=+31.477218446 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd6fe96c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7659d50 item 51 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074880): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074880): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074880): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.937351678 +0000 UTC m=+31.478476916 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c230 item 52 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.937951883 +0000 UTC m=+31.479077122 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7074f80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075b00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075b00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075b00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075b00): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075b00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.937951883 +0000 UTC m=+31.479077122 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7075b00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c3f0 item 52 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e5c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e5c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e5c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e5c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e5c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.939134891 +0000 UTC m=+31.480260130 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734e5c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9c850 item 53 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.939567008 +0000 UTC m=+31.480692248 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734eac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f000): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f000): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f000): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f000): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f000): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.939567008 +0000 UTC m=+31.480692248 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f000): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9caf0 item 53 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f680): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f680): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f680): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f680): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f680): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.940878339 +0000 UTC m=+31.482003578 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734f680): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9ce70 item 54 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.941458477 +0000 UTC m=+31.482583716 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd734fb80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896280): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896280): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896280): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.941458477 +0000 UTC m=+31.482583716 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d110 item 54 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896980): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896980): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896980): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.942721897 +0000 UTC m=+31.483847136 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d650 item 55 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.943307635 +0000 UTC m=+31.484432875 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7896e80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78973c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78973c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78973c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78973c0): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78973c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.943307635 +0000 UTC m=+31.484432875 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78973c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9d810 item 55 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897a40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897a40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.944475515 +0000 UTC m=+31.485600754 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7897a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9db90 item 56 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.944997812 +0000 UTC m=+31.486123051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2940): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2940): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2940): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.944997812 +0000 UTC m=+31.486123051 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a2940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7a9dd50 item 56 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.946133131 +0000 UTC m=+31.487258369 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3480): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3e40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3e40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3e40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4230 item 57 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3e40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3e40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.946494835 +0000 UTC m=+31.487620075 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd72a3e40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a43f0 item 57 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.946944756 +0000 UTC m=+31.488069996 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77784c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778a40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778a40): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.946944756 +0000 UTC m=+31.488069996 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7778a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a45b0 item 57 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.948511871 +0000 UTC m=+31.489637109 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77795c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77795c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77795c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a4a10 item 58 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77795c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77795c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.948975137 +0000 UTC m=+31.490100376 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd77795c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a5030 item 58 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.949694378 +0000 UTC m=+31.490819617 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7779b00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c200): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c200): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c200): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.949694378 +0000 UTC m=+31.490819617 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a52d0 item 58 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.950677678 +0000 UTC m=+31.491802918 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731c840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731cd80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731cd80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731cd80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a56c0 item 59 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731cd80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731cd80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.951121177 +0000 UTC m=+31.492246417 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731cd80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a5960 item 59 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.95147715 +0000 UTC m=+31.492602390 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d2c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d840): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d840): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d840): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.95147715 +0000 UTC m=+31.492602390 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731d840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a000 item 59 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.952768945 +0000 UTC m=+31.493894184 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd731de80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73584c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73584c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73584c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a4d0 item 60 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73584c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73584c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.953267428 +0000 UTC m=+31.494392666 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73584c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a690 item 60 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.953877212 +0000 UTC m=+31.495002451 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358a00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358fc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358fc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358fc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358fc0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358fc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.953877212 +0000 UTC m=+31.495002451 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7358fc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795a850 item 60 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.955201868 +0000 UTC m=+31.496327107 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359b40): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359b40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359b40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795ad20 item 61 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359b40): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359b40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.958471033 +0000 UTC m=+31.499596271 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7359b40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374340): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374340): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374340): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374340): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.958471033 +0000 UTC m=+31.499596271 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374340): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795aee0 item 61 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.959741236 +0000 UTC m=+31.500866474 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374980): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374ec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b260 item 62 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374ec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.960205143 +0000 UTC m=+31.501330382 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7374ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73755c0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73755c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73755c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73755c0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73755c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.960205143 +0000 UTC m=+31.501330382 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73755c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b420 item 62 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.961443657 +0000 UTC m=+31.502568895 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7375c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384240): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384240): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384240): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b7a0 item 63 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384240): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384240): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.961872738 +0000 UTC m=+31.502997987 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384240): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384940): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384940): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384940): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.961872738 +0000 UTC m=+31.502997987 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795b960 item 63 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): open at offset 0 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): >_readAt: n=0, err=Bad file descriptor 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.9630047 +0000 UTC m=+31.504129939 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7384f80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73854c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73854c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73854c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd795be30 item 64 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73854c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73854c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.963465161 +0000 UTC m=+31.504590400 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73854c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7385bc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7385bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7385bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7385bc0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7385bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.963465161 +0000 UTC m=+31.504590400 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7385bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f41c0 item 64 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e300): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e300): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e300): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.964793503 +0000 UTC m=+31.505918753 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4620 item 65 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.965290353 +0000 UTC m=+31.506415593 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739e780): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739ec80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739ec80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739ec80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739ec80): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739ec80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.965290353 +0000 UTC m=+31.506415593 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739ec80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f47e0 item 65 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f2c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f2c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f2c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f2c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f2c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.966403931 +0000 UTC m=+31.507529170 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f2c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4b60 item 66 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.966865574 +0000 UTC m=+31.507990813 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739f740): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739fc80): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739fc80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739fc80): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739fc80): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739fc80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.966865574 +0000 UTC m=+31.507990813 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd739fc80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f4ee0 item 66 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc3c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc3c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc3c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc3c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc3c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.967956197 +0000 UTC m=+31.509081436 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc3c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5260 item 67 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.968415286 +0000 UTC m=+31.509540525 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cc840): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccd40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccd40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccd40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccd40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccd40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.968415286 +0000 UTC m=+31.509540525 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73ccd40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5420 item 67 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd3c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd3c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd3c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd3c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd3c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.969660572 +0000 UTC m=+31.510785811 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd3c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f57a0 item 68 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.970144678 +0000 UTC m=+31.511269916 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cd8c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cde00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cde00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cde00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cde00): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cde00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.970144678 +0000 UTC m=+31.511269916 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73cde00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5a40 item 68 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8540): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8540): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8540): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.97172169 +0000 UTC m=+31.512846930 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd74f5e30 item 69 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.972351963 +0000 UTC m=+31.513477212 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f89c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8ec0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8ec0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.972351963 +0000 UTC m=+31.513477212 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f8ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214620 item 69 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9540): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9540): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9540): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.973573694 +0000 UTC m=+31.514698934 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214a80 item 70 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.974062861 +0000 UTC m=+31.515188100 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd73f9a40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452080): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452080): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452080): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452080): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452080): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.974062861 +0000 UTC m=+31.515188100 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7452080): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7214c40 item 70 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804100): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804100): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804100): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804100): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804100): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.975295021 +0000 UTC m=+31.516420260 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804100): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7072310 item 71 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.975797332 +0000 UTC m=+31.516922571 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804600): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804b00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804b00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804b00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804b00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804b00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.975797332 +0000 UTC m=+31.516922571 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7804b00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd70728c0 item 71 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805180): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805180): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805180): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805180): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805180): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.976972044 +0000 UTC m=+31.518097283 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7073030 item 72 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.977468213 +0000 UTC m=+31.518593452 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805680): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805bc0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805bc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805bc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805bc0): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805bc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.977468213 +0000 UTC m=+31.518593452 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7805bc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd7073340 item 72 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.978680316 +0000 UTC m=+31.519805555 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818280): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818780): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818780): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818780): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd707b880 item 73 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818780): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818780): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.979202384 +0000 UTC m=+31.520327623 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818780): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd707bc00 item 73 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.979659038 +0000 UTC m=+31.520784276 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7818c40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819180): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819180): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819180): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819180): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819180): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.979659038 +0000 UTC m=+31.520784276 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6000 item 73 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.981477257 +0000 UTC m=+31.522602496 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78197c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819cc0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819cc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819cc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f63f0 item 74 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819cc0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819cc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.982007481 +0000 UTC m=+31.523132719 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7819cc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f65b0 item 74 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.982585414 +0000 UTC m=+31.523710653 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c300): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c880): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c880): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c880): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.982585414 +0000 UTC m=+31.523710653 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782c880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f67e0 item 74 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.98393158 +0000 UTC m=+31.525056819 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782cec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d3c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d3c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d3c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6c40 item 75 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d3c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d3c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.984481831 +0000 UTC m=+31.525607071 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d3c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): _writeAt: size=3, off=2 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f6e00 item 75 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.985118496 +0000 UTC m=+31.526243735 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782d900): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782de40): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782de40): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782de40): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782de40): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782de40): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.985118496 +0000 UTC m=+31.526243735 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd782de40): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f72d0 item 75 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.986333876 +0000 UTC m=+31.527459115 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844580): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844a80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844a80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844a80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f7650 item 76 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844a80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844a80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.986816288 +0000 UTC m=+31.527941527 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844a80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f7810 item 76 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): _writeAt: size=3, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.987407086 +0000 UTC m=+31.528532325 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7844fc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845540): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845540): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845540): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845540): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845540): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.987407086 +0000 UTC m=+31.528532325 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845540): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75f7a40 item 76 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.988721042 +0000 UTC m=+31.529846281 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7845b80): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858180): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858180): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858180): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700e4d0 item 77 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858180): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858180): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.989670638 +0000 UTC m=+31.530795877 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858180): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858880): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858880): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:09 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858880): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858880): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858880): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.989670638 +0000 UTC m=+31.530795877 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858880): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700e700 item 77 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.991211504 +0000 UTC m=+31.532336753 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7858ec0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78593c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78593c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78593c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700ed20 item 78 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78593c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78593c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.991679919 +0000 UTC m=+31.532805158 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd78593c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7859ac0): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7859ac0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7859ac0): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7859ac0): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7859ac0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.991679919 +0000 UTC m=+31.532805158 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7859ac0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700f1f0 item 78 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.993040693 +0000 UTC m=+31.534165932 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874200): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874700): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874700): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874700): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd700fc00 item 79 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874700): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874700): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.993542483 +0000 UTC m=+31.534667722 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874700): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874e00): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874e00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874e00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874e00): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874e00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.993542483 +0000 UTC m=+31.534667722 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7874e00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702c770 item 79 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.994873982 +0000 UTC m=+31.535999221 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875440): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875940): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875940): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875940): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702cf50 item 80 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875940): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875940): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.995428901 +0000 UTC m=+31.536554140 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd7875940): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0140): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0140): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0140): >_readAt: n=5, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.995428901 +0000 UTC m=+31.536554140 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd702d180 item 80 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0780): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0780): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0780): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0780): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0780): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.996838108 +0000 UTC m=+31.537963347 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0780): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): _readAt: size=2, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): >_readAt: n=2, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): _writeAt: size=3, off=7 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b60e0 item 81 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.997390062 +0000 UTC m=+31.538515300 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b0c00): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1140): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1140): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1140): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1140): >_readAt: n=8, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1140): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.997390062 +0000 UTC m=+31.538515300 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1140): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: Remove: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b62a0 item 81 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b17c0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b17c0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b17c0): _writeAt: size=5, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b17c0): >_writeAt: n=5, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b17c0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.998694078 +0000 UTC m=+31.539819318 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b17c0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): open at offset 5 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): >openPending: err= 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6770 item 82 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): _readAt: size=2, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): >_readAt: n=0, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): _writeAt: size=3, off=5 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): >_writeAt: n=3, err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): close: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.99929703 +0000 UTC m=+31.540422268 2026/06/05 02:53:09 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74b1cc0): >close: err= 2026/06/05 02:53:09 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:09 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:09 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:09 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:09 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8340): _readAt: size=512, off=0 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8340): openPending: 2026/06/05 02:53:09 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:09 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8340): >openPending: err= 2026/06/05 02:53:09 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8340): >_readAt: n=3, err=EOF 2026/06/05 02:53:09 DEBUG : open-test-file(0x91dd74c8340): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:09.99929703 +0000 UTC m=+31.540422268 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8340): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6930 item 82 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c89c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c89c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c89c0): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c89c0): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c89c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.000559419 +0000 UTC m=+31.541684668 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c89c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): >_readAt: n=2, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): _writeAt: size=3, off=7 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6cb0 item 83 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.001161999 +0000 UTC m=+31.542287237 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c8ec0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9400): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9400): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9400): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9400): >_readAt: n=8, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9400): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.001161999 +0000 UTC m=+31.542287237 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9400): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b6f50 item 83 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9a80): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9a80): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9a80): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9a80): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9a80): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.002645375 +0000 UTC m=+31.543770614 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74c9a80): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b72d0 item 84 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): _readAt: size=2, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): _writeAt: size=3, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.003663581 +0000 UTC m=+31.544788820 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa080): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa600): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa600): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa600): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa600): >_readAt: n=3, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa600): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.003663581 +0000 UTC m=+31.544788820 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fa600): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7490 item 84 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fac80): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fac80): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fac80): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fac80): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fac80): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.004855075 +0000 UTC m=+31.545980314 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fac80): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): >_readAt: n=2, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): _writeAt: size=3, off=7 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b78f0 item 85 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.005454689 +0000 UTC m=+31.546579929 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb180): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb6c0): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb6c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb6c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb6c0): >_readAt: n=8, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb6c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.005454689 +0000 UTC m=+31.546579929 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fb6c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75b7b20 item 85 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fbd40): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fbd40): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fbd40): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fbd40): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fbd40): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.007349254 +0000 UTC m=+31.548474493 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd74fbd40): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0150 item 86 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): _readAt: size=2, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): _writeAt: size=3, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.007926575 +0000 UTC m=+31.549051815 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518340): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75188c0): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75188c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75188c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75188c0): >_readAt: n=3, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75188c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.007926575 +0000 UTC m=+31.549051815 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75188c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0310 item 86 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518f40): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518f40): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518f40): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518f40): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518f40): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.009171481 +0000 UTC m=+31.550296720 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7518f40): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): >_readAt: n=2, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): _writeAt: size=3, off=7 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0770 item 87 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.010014445 +0000 UTC m=+31.551139684 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519440): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519980): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519980): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519980): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519980): >_readAt: n=8, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519980): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.010014445 +0000 UTC m=+31.551139684 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7519980): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0930 item 87 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560100): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560100): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560100): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560100): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560100): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.011365111 +0000 UTC m=+31.552490350 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560100): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a0fc0 item 88 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): _readAt: size=2, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): _writeAt: size=3, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.012042072 +0000 UTC m=+31.553167312 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560600): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560b80): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560b80): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560b80): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560b80): >_readAt: n=3, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560b80): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.012042072 +0000 UTC m=+31.553167312 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7560b80): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1180 item 88 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.013321082 +0000 UTC m=+31.554446320 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75611c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561700): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561700): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561700): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1570 item 89 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561700): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561700): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.013786903 +0000 UTC m=+31.554912142 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561700): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): >_readAt: n=2, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): _writeAt: size=3, off=7 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1730 item 89 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.014312026 +0000 UTC m=+31.555437265 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7561c40): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75882c0): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75882c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75882c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75882c0): >_readAt: n=8, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75882c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.014312026 +0000 UTC m=+31.555437265 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75882c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a18f0 item 89 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.016561391 +0000 UTC m=+31.557686630 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588900): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588e40): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588e40): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588e40): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd75a1c70 item 90 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588e40): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588e40): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.017055036 +0000 UTC m=+31.558180275 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7588e40): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0000 item 90 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): _readAt: size=2, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): _writeAt: size=3, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.017627418 +0000 UTC m=+31.558752657 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589380): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589940): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589940): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589940): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589940): >_readAt: n=3, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589940): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.017627418 +0000 UTC m=+31.558752657 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7589940): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0540 item 90 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.01882322 +0000 UTC m=+31.559948460 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc080): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc5c0): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc5c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc5c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0a10 item 91 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc5c0): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc5c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.019286527 +0000 UTC m=+31.560411766 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cc5c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): >_readAt: n=2, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): _writeAt: size=3, off=7 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e0e00 item 91 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.019792144 +0000 UTC m=+31.560917383 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75ccb00): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd080): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd080): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd080): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd080): >_readAt: n=8, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd080): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.019792144 +0000 UTC m=+31.560917383 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd080): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1030 item 91 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.021209225 +0000 UTC m=+31.562334464 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cd6c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cdc00): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cdc00): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cdc00): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1730 item 92 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cdc00): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cdc00): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.021850317 +0000 UTC m=+31.562975557 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75cdc00): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): open at offset 5 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e19d0 item 92 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): _readAt: size=2, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): _writeAt: size=3, off=5 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): >_writeAt: n=3, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.022586691 +0000 UTC m=+31.563711930 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0240): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0800): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0800): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0800): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0800): >_readAt: n=3, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0800): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.022586691 +0000 UTC m=+31.563711930 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0800): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd71e1c00 item 92 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.024034219 +0000 UTC m=+31.565159458 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f0e40): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1380): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1380): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1380): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c0e0 item 93 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1380): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1380): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.024495412 +0000 UTC m=+31.565620651 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1380): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1a80): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1a80): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1a80): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1a80): >_readAt: n=5, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1a80): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.024495412 +0000 UTC m=+31.565620651 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd75f1a80): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c380 item 93 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.027490989 +0000 UTC m=+31.568616228 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76201c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620700): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620700): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620700): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736c9a0 item 94 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620700): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620700): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.029341119 +0000 UTC m=+31.570466358 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620700): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620e00): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620e00): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620e00): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620e00): >_readAt: n=5, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620e00): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.029341119 +0000 UTC m=+31.570466358 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7620e00): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736cb60 item 94 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.031046746 +0000 UTC m=+31.572171986 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621440): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621980): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621980): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621980): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736cee0 item 95 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621980): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621980): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.031528849 +0000 UTC m=+31.572654098 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7621980): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644180): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644180): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644180): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644180): >_readAt: n=5, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644180): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.031528849 +0000 UTC m=+31.572654098 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644180): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736d810 item 95 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): open at offset 0 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): _readAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): >_readAt: n=0, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.032936091 +0000 UTC m=+31.574061330 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd76447c0): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644d00): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644d00): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644d00): >openPending: err= 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736dc00 item 96 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644d00): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644d00): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.033433772 +0000 UTC m=+31.574559011 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7644d00): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/05 02:53:10 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:10 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/05 02:53:10 DEBUG : open-test-file: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7645400): _readAt: size=512, off=0 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7645400): openPending: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7645400): >openPending: err= 2026/06/05 02:53:10 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7645400): >_readAt: n=5, err=EOF 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7645400): close: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-05 02:53:10.033433772 +0000 UTC m=+31.574559011 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : open-test-file(0x91dd7645400): >close: err= 2026/06/05 02:53:10 DEBUG : open-test-file: Remove: 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x91dd736de30 item 96 2026/06/05 02:53:10 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/05 02:53:10 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/05 02:53:10 DEBUG : open-test-file: >Remove: err= 2026/06/05 02:53:10 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : >WaitForWriters: 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.39s) --- PASS: TestRWFileHandleOpenTests/writes (0.19s) --- 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.01s) --- 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.20s) --- 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-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:10 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:10 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : file1: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): openPending: 2026/06/05 02:53:10 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): >openPending: err= 2026/06/05 02:53:10 DEBUG : file1: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:10 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/05 02:53:10 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): _writeAt: size=2, off=0 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): >_writeAt: n=2, err= 2026/06/05 02:53:10 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): RWFileHandle.Flush 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): RWFileHandle.Release 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): close: 2026/06/05 02:53:10 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/05 02:53:10 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : file1(0x91dd7452680): >close: err= 2026/06/05 02:53:10 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:10 DEBUG : file1: vfs cache: starting upload 2026/06/05 02:53:10 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1.a0a9169e.partial" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1.a0a9169e.partial 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1.a0a9169e.partial" 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tozawug9wotu/file1.a0a9169e.partial 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/05 02:53:10 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/05 02:53:10 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/05 02:53:10 INFO : file1: Copied (new) 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:10 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:10 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/05 02:53:10 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/05 02:53:10 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/05 02:53:10 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:10 INFO : file1: vfs cache: upload succeeded try #1 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : >WaitForWriters: 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/05 02:53:10 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : file1: reading active writers 2026/06/05 02:53:10 DEBUG : >WaitForWriters: 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:10 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:10 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:10 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:10 DEBUG : rename_me: newRWFileHandle: 2026/06/05 02:53:10 DEBUG : rename_me(0x91dd78c8f80): openPending: 2026/06/05 02:53:10 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/05 02:53:10 DEBUG : rename_me(0x91dd78c8f80): >openPending: err= 2026/06/05 02:53:10 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/05 02:53:10 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/05 02:53:10 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/05 02:53:10 DEBUG : rename_me(0x91dd78c8f80): _writeAt: size=5, off=0 2026/06/05 02:53:10 DEBUG : rename_me(0x91dd78c8f80): >_writeAt: n=5, err= 2026/06/05 02:53:10 DEBUG : rename_me(0x91dd78c8f80): close: 2026/06/05 02:53:10 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-05 02:53:10.557165904 +0000 UTC m=+32.098291163 2026/06/05 02:53:10 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/05 02:53:10 DEBUG : rename_me(0x91dd78c8f80): >close: err= 2026/06/05 02:53:10 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/05 02:53:10 DEBUG : i_was_renamed: Updating file with 0x91dd7487110 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/05 02:53:10 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : i_was_renamed: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : i_was_renamed: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : i_was_renamed: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/05 02:53:10 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:10 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-tozawug9wotu/dir/file1: no such file or directory 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : i_was_renamed: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/05 02:53:10 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/05 02:53:10 DEBUG : i_was_renamed.8bf3882e.partial: size = 5 OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/i_was_renamed.8bf3882e.partial" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/i_was_renamed.8bf3882e.partial 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/i_was_renamed.8bf3882e.partial" 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : i_was_renamed: reading active writers 2026/06/05 02:53:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/i_was_renamed.8bf3882e.partial 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : i_was_renamed.8bf3882e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:10 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:10 DEBUG : i_was_renamed.8bf3882e.partial: renamed to: i_was_renamed 2026/06/05 02:53:10 INFO : i_was_renamed: Copied (new) 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/i_was_renamed" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/i_was_renamed 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/i_was_renamed" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/i_was_renamed 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:10 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-05 02:53:10 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/05 02:53:10 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/05 02:53:10 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/05 02:53:10 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/05 02:53:10 DEBUG : Looking for writers 2026/06/05 02:53:10 DEBUG : i_was_renamed: reading active writers 2026/06/05 02:53:10 DEBUG : >WaitForWriters: 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:10 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/05 02:53:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-tozawug9wotu" 2026/06/05 02:53:10 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:10 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:10 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/05 02:53:11 DEBUG : forgetting directory cache 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd7b50340): _readAt: size=512, off=0 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd7b50340): openPending: 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-05 01:54:10 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/05 02:53:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd7b50340): >openPending: err= 2026/06/05 02:53:11 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd7b50340): >_readAt: n=20, err=EOF 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd7b50340): close: 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 01:54:10 +0000 UTC 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd7b50340): >close: err= 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : forgetting directory cache 2026/06/05 02:53:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd77d2ec0): _readAt: size=512, off=0 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd77d2ec0): openPending: 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-05 01:55:10 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-05 01:54:10 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-05 01:55:10 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-05 01:54:10 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/05 02:53:11 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/05 02:53:11 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd77d2ec0): >openPending: err= 2026/06/05 02:53:11 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd77d2ec0): >_readAt: n=20, err=EOF 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd77d2ec0): close: 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 01:55:10 +0000 UTC 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate(0x91dd77d2ec0): >close: err= 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:11 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:11 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:11 DEBUG : forgetting directory cache 2026/06/05 02:53:11 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd77d3580): _readAt: size=512, off=0 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd77d3580): openPending: 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-05 01:56:10 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-05 01:55:10 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-05 01:56:10 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-05 01:55:10 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/05 02:53:12 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/05 02:53:12 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd77d3580): >openPending: err= 2026/06/05 02:53:12 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd77d3580): >_readAt: n=20, err=EOF 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd77d3580): close: 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 01:56:10 +0000 UTC 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd77d3580): >close: err= 2026/06/05 02:53:12 DEBUG : Re-reading directory (104.309609ms old) 2026/06/05 02:53:12 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : forgetting directory cache 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd734e400): _readAt: size=512, off=0 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd734e400): openPending: 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-05 01:57:10 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-05 01:56:10 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-05 01:57:10 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-05 01:56:10 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/05 02:53:12 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/05 02:53:12 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd734e400): >openPending: err= 2026/06/05 02:53:12 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd734e400): >_readAt: n=20, err=EOF 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd734e400): close: 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 01:57:10 +0000 UTC 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate(0x91dd734e400): >close: err= 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:12 DEBUG : forgetting directory cache 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:12 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:12 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7074d00): _readAt: size=512, off=0 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7074d00): openPending: 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-05 01:58:10 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-05 01:57:10 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-05 01:58:10 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-05 01:57:10 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/05 02:53:13 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/05 02:53:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7074d00): >openPending: err= 2026/06/05 02:53:13 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7074d00): >_readAt: n=20, err=EOF 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7074d00): close: 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 01:58:10 +0000 UTC 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7074d00): >close: err= 2026/06/05 02:53:13 DEBUG : Re-reading directory (100.401227ms old) 2026/06/05 02:53:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : forgetting directory cache 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7b51680): _readAt: size=512, off=0 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7b51680): openPending: 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-05 01:59:10 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-05 01:58:10 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-05 01:59:10 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-05 01:58:10 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/05 02:53:13 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/05 02:53:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7b51680): >openPending: err= 2026/06/05 02:53:13 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7b51680): >_readAt: n=20, err=EOF 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7b51680): close: 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 01:59:10 +0000 UTC 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate(0x91dd7b51680): >close: err= 2026/06/05 02:53:13 DEBUG : Re-reading directory (108.858997ms old) 2026/06/05 02:53:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:13 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : forgetting directory cache 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a2900): _readAt: size=512, off=0 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a2900): openPending: 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-05 02:00:10 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-05 01:59:10 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-05 02:00:10 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-05 01:59:10 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/05 02:53:14 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/05 02:53:14 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a2900): >openPending: err= 2026/06/05 02:53:14 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a2900): >_readAt: n=21, err=EOF 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a2900): close: 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 02:00:10 +0000 UTC 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a2900): >close: err= 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : forgetting directory cache 2026/06/05 02:53:14 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a3bc0): _readAt: size=512, off=0 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a3bc0): openPending: 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-05 02:01:10 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-05 02:00:10 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-05 02:01:10 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-05 02:00:10 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/05 02:53:14 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/05 02:53:14 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a3bc0): >openPending: err= 2026/06/05 02:53:14 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a3bc0): >_readAt: n=22, err=EOF 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a3bc0): close: 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 02:01:10 +0000 UTC 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate(0x91dd72a3bc0): >close: err= 2026/06/05 02:53:14 DEBUG : Re-reading directory (107.009909ms old) 2026/06/05 02:53:14 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:14 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/05 02:53:15 DEBUG : forgetting directory cache 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896980): _readAt: size=512, off=0 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896980): openPending: 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-05 02:02:10 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-05 02:01:10 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-05 02:02:10 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-05 02:01:10 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/05 02:53:15 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/05 02:53:15 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896980): >openPending: err= 2026/06/05 02:53:15 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896980): >_readAt: n=23, err=EOF 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896980): close: 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 02:02:10 +0000 UTC 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896980): >close: err= 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : forgetting directory cache 2026/06/05 02:53:15 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896d80): _readAt: size=512, off=0 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896d80): openPending: 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-tozawug9wotu/TestRWCacheUpdate 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-05 02:03:10 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-05 02:02:10 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-05 02:03:10 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-05 02:02:10 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/05 02:53:15 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/05 02:53:15 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896d80): >openPending: err= 2026/06/05 02:53:15 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896d80): >_readAt: n=24, err=EOF 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896d80): close: 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-05 02:03:10 +0000 UTC 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate(0x91dd7896d80): >close: err= 2026/06/05 02:53:15 DEBUG : Re-reading directory (101.932063ms old) 2026/06/05 02:53:15 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/05 02:53:15 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:15 DEBUG : Looking for writers 2026/06/05 02:53:15 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/05 02:53:15 DEBUG : >WaitForWriters: 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.96s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:15 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:15 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : forgetting directory cache 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/05 02:53:16 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:16 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:16 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:16 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:16 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:16 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:16 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:16 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/05 02:53:16 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:16 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:16 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:16 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:16 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:16 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/05 02:53:16 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:16 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:16 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:16 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:16 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:16 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:16 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:16 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/05 02:53:16 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/05 02:53:16 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/05 02:53:16 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:16 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/05 02:53:16 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:16 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/05 02:53:16 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/05 02:53:16 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/05 02:53:16 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:16 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/FiLeA" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tozawug9wotu/FiLeA 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:16 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:16 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/05 02:53:17 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/05 02:53:17 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/05 02:53:17 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FiLeB" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tozawug9wotu/FiLeB 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/05 02:53:17 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/05 02:53:17 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/05 02:53:17 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/FilEb" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-tozawug9wotu/FilEb 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/05 02:53:17 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/05 02:53:17 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/05 02:53:17 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/05 02:53:17 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/05 02:53:17 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:17 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:17 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:17 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/05 02:53:17 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/05 02:53:17 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/05 02:53:17 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/05 02:53:17 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:17 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:17 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:17 DEBUG : Looking for writers 2026/06/05 02:53:17 DEBUG : FiLeA: reading active writers 2026/06/05 02:53:17 DEBUG : FiLeB: reading active writers 2026/06/05 02:53:17 DEBUG : FilEb: reading active writers 2026/06/05 02:53:17 DEBUG : >WaitForWriters: 2026/06/05 02:53:17 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:17 DEBUG : Looking for writers 2026/06/05 02:53:17 DEBUG : FiLeA: reading active writers 2026/06/05 02:53:17 DEBUG : FiLeB: reading active writers 2026/06/05 02:53:17 DEBUG : FilEb: reading active writers 2026/06/05 02:53:17 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.60s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/normal name with no special characters.txt" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/normal\ name\ with\ no\ special\ characters.txt 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/normal\ name\ with\ no\ special\ characters.txt" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tozawug9wotu/normal name with no special characters.txt 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/normal name with no special characters.txt" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/normal\ name\ with\ no\ special\ characters.txt 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/normal\ name\ with\ no\ special\ characters.txt" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-tozawug9wotu/normal name with no special characters.txt 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/測試_Русский___ě_áñ" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/測試_Русский___ě_áñ 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/測試_Русский___ě_áñ" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tozawug9wotu/測試_Русский___ě_áñ 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/測試_Русский___ě_áñ" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/測試_Русский___ě_áñ 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/測試_Русский___ě_áñ" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-tozawug9wotu/測試_Русский___ě_áñ 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/05 02:53:17 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/normal name with no special characters.txt" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/normal\ name\ with\ no\ special\ characters.txt 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/normal\ name\ with\ no\ special\ characters.txt" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-tozawug9wotu/normal name with no special characters.txt 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:17 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:17 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/測試_Русский___ě_áñ" 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/測試_Русский___ě_áñ 2026/06/05 02:53:17 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/測試_Русский___ě_áñ" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-tozawug9wotu/測試_Русский___ě_áñ 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:18 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:18 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/05 02:53:18 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:18 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Reusing VFS from active cache 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:18 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:18 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:18 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : dir: Looking for writers 2026/06/05 02:53:18 DEBUG : file2: reading active writers 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : file1: reading active writers 2026/06/05 02:53:18 DEBUG : dir: reading active writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.37s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:18 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/05 02:53:18 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:18 DEBUG : dir: Looking for writers 2026/06/05 02:53:18 DEBUG : Looking for writers 2026/06/05 02:53:18 DEBUG : dir: reading active writers 2026/06/05 02:53:18 DEBUG : file1: reading active writers 2026/06/05 02:53:18 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.37s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:18 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:18 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:18 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/05 02:53:19 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:19 DEBUG : file1: Open: flags=O_RDONLY 2026/06/05 02:53:19 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/05 02:53:19 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/05 02:53:19 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:19 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:19 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/05 02:53:19 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/new_file.txt" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/new_file.txt 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/new_file.txt" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/dir/new_file.txt 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:53:19 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/05 02:53:19 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/05 02:53:19 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:19 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/05 02:53:19 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:19 DEBUG : dir: Looking for writers 2026/06/05 02:53:19 DEBUG : file2: reading active writers 2026/06/05 02:53:19 DEBUG : new_file.txt: reading active writers 2026/06/05 02:53:19 DEBUG : Looking for writers 2026/06/05 02:53:19 DEBUG : dir: reading active writers 2026/06/05 02:53:19 DEBUG : file1: reading active writers 2026/06/05 02:53:19 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.52s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:19 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file2" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tozawug9wotu/dir/file2 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/05 02:53:19 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/05 02:53:19 DEBUG : dir/file1: Updating file with dir/file1 0x91dd78c6a90 2026/06/05 02:53:19 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/05 02:53:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/dir/file1" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tozawug9wotu/dir/file1 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/05 02:53:19 INFO : dir/file1: Moved (server-side) to: file0 2026/06/05 02:53:19 DEBUG : file0: Updating file with file0 0x91dd78c6a90 2026/06/05 02:53:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/05 02:53:19 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file0" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file0 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file0" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-tozawug9wotu/file0 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file0" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file0 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file0" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-tozawug9wotu/file0 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:19 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/05 02:53:19 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:19 DEBUG : dir: Looking for writers 2026/06/05 02:53:19 DEBUG : Looking for writers 2026/06/05 02:53:19 DEBUG : dir: reading active writers 2026/06/05 02:53:19 DEBUG : file0: reading active writers 2026/06/05 02:53:19 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.62s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:19 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Server has VFS statistics extension 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: About path "/rclone-test-tozawug9wotu" 2026/06/05 02:53:19 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:19 DEBUG : Looking for writers 2026/06/05 02:53:19 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:19 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:19 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/05 02:53:19 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/05 02:53:19 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/05 02:53:19 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/05 02:53:19 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/05 02:53:20 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:20 DEBUG : c: Looking for writers 2026/06/05 02:53:20 DEBUG : d: Looking for writers 2026/06/05 02:53:20 DEBUG : Looking for writers 2026/06/05 02:53:20 DEBUG : a: Looking for writers 2026/06/05 02:53:20 DEBUG : b: Looking for writers 2026/06/05 02:53:20 DEBUG : Looking for writers 2026/06/05 02:53:20 DEBUG : d: reading active writers 2026/06/05 02:53:20 DEBUG : /: reading active writers 2026/06/05 02:53:20 DEBUG : a: reading active writers 2026/06/05 02:53:20 DEBUG : b: reading active writers 2026/06/05 02:53:20 DEBUG : c: reading active writers 2026/06/05 02:53:20 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:20 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/05 02:53:20 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/05 02:53:20 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/05 02:53:20 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/05 02:53:20 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:20 DEBUG : a/b/c/d: Looking for writers 2026/06/05 02:53:20 DEBUG : a/b/c: Looking for writers 2026/06/05 02:53:20 DEBUG : d: reading active writers 2026/06/05 02:53:20 DEBUG : a/b: Looking for writers 2026/06/05 02:53:20 DEBUG : c: reading active writers 2026/06/05 02:53:20 DEBUG : a: Looking for writers 2026/06/05 02:53:20 DEBUG : b: reading active writers 2026/06/05 02:53:20 DEBUG : Looking for writers 2026/06/05 02:53:20 DEBUG : a: reading active writers 2026/06/05 02:53:20 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-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:20 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:20 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:20 DEBUG : Looking for writers 2026/06/05 02:53:20 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-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:20 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/05 02:53:20 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/05 02:53:20 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/05 02:53:20 DEBUG : file1: size = 5 OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:20 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:20 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:20 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:20 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/05 02:53:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:20 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/05 02:53:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/05 02:53:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/05 02:53:20 DEBUG : file1: size = 0 OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:20 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:20 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:53:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/05 02:53:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (7 bytes), uploading instead of streaming 2026/06/05 02:53:20 DEBUG : file1: size = 7 OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:20 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:20 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/05 02:53:20 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/05 02:53:20 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:20 DEBUG : Looking for writers 2026/06/05 02:53:20 DEBUG : file1: reading active writers 2026/06/05 02:53:20 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:20 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:20 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:20 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:20 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:20 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/05 02:53:21 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/05 02:53:21 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/05 02:53:21 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (11 bytes), uploading instead of streaming 2026/06/05 02:53:21 DEBUG : file1: size = 11 OK 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:21 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:21 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/05 02:53:21 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:21 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:21 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:21 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/05 02:53:21 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:21 DEBUG : Looking for writers 2026/06/05 02:53:21 DEBUG : file1: reading active writers 2026/06/05 02:53:21 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.26s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:21 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:21 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:21 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:21 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/05 02:53:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/05 02:53:21 DEBUG : file1: size = 5 OK 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:21 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/05 02:53:22 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/05 02:53:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/05 02:53:22 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:22 DEBUG : Looking for writers 2026/06/05 02:53:22 DEBUG : file1: reading active writers 2026/06/05 02:53:22 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:22 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : file1: WriteFileHandle.Release closing 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/05 02:53:22 DEBUG : file1: size = 0 OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:22 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:53:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/05 02:53:22 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:22 DEBUG : Looking for writers 2026/06/05 02:53:22 DEBUG : file1: reading active writers 2026/06/05 02:53:22 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:22 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (2 bytes), uploading instead of streaming 2026/06/05 02:53:22 DEBUG : file1: size = 2 OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/05 02:53:22 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/05 02:53:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:22 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:22 DEBUG : Looking for writers 2026/06/05 02:53:22 DEBUG : file1: reading active writers 2026/06/05 02:53:22 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:22 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/05 02:53:22 DEBUG : file1: size = 0 OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/05 02:53:22 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/05 02:53:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:22 DEBUG : file1: Open: flags=O_RDONLY 2026/06/05 02:53:22 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/05 02:53:22 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/05 02:53:22 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:22 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:22 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:22 DEBUG : Looking for writers 2026/06/05 02:53:22 DEBUG : file1: reading active writers 2026/06/05 02:53:22 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:22 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/05 02:53:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: File to upload is small (100 bytes), uploading instead of streaming 2026/06/05 02:53:22 DEBUG : file1: size = 100 OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/file1" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f85200c2b083a5290879bdf419a6df40 /rclone-test-tozawug9wotu/file1 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : file1: Parsed hash: f85200c2b083a5290879bdf419a6df40 2026/06/05 02:53:22 DEBUG : file1: md5 = f85200c2b083a5290879bdf419a6df40 OK 2026/06/05 02:53:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/05 02:53:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/05 02:53:22 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/05 02:53:22 DEBUG : file1: Open: flags=O_RDONLY 2026/06/05 02:53:22 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/05 02:53:22 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/05 02:53:22 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:22 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:22 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:22 DEBUG : Looking for writers 2026/06/05 02:53:22 DEBUG : file1: reading active writers 2026/06/05 02:53:22 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.12s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:22 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f000.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f000.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f000.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-tozawug9wotu/flat/f000.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f000.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/flat/f000.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/flat/f000.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-tozawug9wotu/flat/f000.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f001.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f001.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f001.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-tozawug9wotu/flat/f001.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f001.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/flat/f001.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/flat/f001.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-tozawug9wotu/flat/f001.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:22 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f002.txt" 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f002.txt 2026/06/05 02:53:22 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f002.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-tozawug9wotu/flat/f002.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f002.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/flat/f002.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/flat/f002.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-tozawug9wotu/flat/f002.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f003.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f003.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f003.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-tozawug9wotu/flat/f003.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f003.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/flat/f003.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/flat/f003.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-tozawug9wotu/flat/f003.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f004.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f004.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f004.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-tozawug9wotu/flat/f004.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f004.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: sha1sum /rclone-test-tozawug9wotu/flat/f004.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-tozawug9wotu/flat/f004.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-tozawug9wotu/flat/f004.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/05 02:53:23 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/05 02:53:23 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/05 02:53:23 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:23 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f000.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f000.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f000.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-tozawug9wotu/flat/f000.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/05 02:53:23 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/05 02:53:23 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/05 02:53:23 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:23 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f001.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f001.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f001.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-tozawug9wotu/flat/f001.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/05 02:53:23 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/05 02:53:23 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/05 02:53:23 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:23 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f002.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f002.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f002.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-tozawug9wotu/flat/f002.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/05 02:53:23 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/05 02:53:23 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/05 02:53:23 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:23 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f003.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f003.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f003.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-tozawug9wotu/flat/f003.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/05 02:53:23 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/05 02:53:23 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/05 02:53:23 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:23 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/flat/f004.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/flat/f004.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/flat/f004.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-tozawug9wotu/flat/f004.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:23 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/05 02:53:23 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:23 DEBUG : flat: Looking for writers 2026/06/05 02:53:23 DEBUG : f000.txt: reading active writers 2026/06/05 02:53:23 DEBUG : f001.txt: reading active writers 2026/06/05 02:53:23 DEBUG : f002.txt: reading active writers 2026/06/05 02:53:23 DEBUG : f003.txt: reading active writers 2026/06/05 02:53:23 DEBUG : f004.txt: reading active writers 2026/06/05 02:53:23 DEBUG : Looking for writers 2026/06/05 02:53:23 DEBUG : flat: reading active writers 2026/06/05 02:53:23 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.49s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:23 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:23 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/05 02:53:23 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/05 02:53:23 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:23 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/a/b/c/deep.txt" 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/a/b/c/deep.txt 2026/06/05 02:53:23 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/a/b/c/deep.txt" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-tozawug9wotu/a/b/c/deep.txt 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:24 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/05 02:53:24 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/05 02:53:24 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/05 02:53:24 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:24 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/a/b/mid.txt" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/a/b/mid.txt 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/a/b/mid.txt" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-tozawug9wotu/a/b/mid.txt 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:24 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/05 02:53:24 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/05 02:53:24 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/05 02:53:24 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:24 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/a/top.txt" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/a/top.txt 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/a/top.txt" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-tozawug9wotu/a/top.txt 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:24 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/05 02:53:24 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:24 DEBUG : a/b/c: Looking for writers 2026/06/05 02:53:24 DEBUG : deep.txt: reading active writers 2026/06/05 02:53:24 DEBUG : a/b: Looking for writers 2026/06/05 02:53:24 DEBUG : mid.txt: reading active writers 2026/06/05 02:53:24 DEBUG : c: reading active writers 2026/06/05 02:53:24 DEBUG : a: Looking for writers 2026/06/05 02:53:24 DEBUG : b: reading active writers 2026/06/05 02:53:24 DEBUG : top.txt: reading active writers 2026/06/05 02:53:24 DEBUG : Looking for writers 2026/06/05 02:53:24 DEBUG : a: reading active writers 2026/06/05 02:53:24 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:24 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/bigdir/big.bin" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/bigdir/big.bin 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/bigdir/big.bin" 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 6a64cca767b39950cf31b9338f6ca05e /rclone-test-tozawug9wotu/bigdir/big.bin 2026/06/05 02:53:24 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:24 DEBUG : bigdir/big.bin: Parsed hash: 6a64cca767b39950cf31b9338f6ca05e 2026/06/05 02:53:24 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:24 DEBUG : bigdir: Looking for writers 2026/06/05 02:53:24 DEBUG : big.bin: reading active writers 2026/06/05 02:53:24 DEBUG : Looking for writers 2026/06/05 02:53:24 DEBUG : bigdir: reading active writers 2026/06/05 02:53:24 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.71s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-tozawug9wotu", Local "Local file system at /tmp/rclone2079726494", Modify Window "1s" 2026/06/05 02:53:25 INFO : sftp://rclone@:22/rclone-test-tozawug9wotu: poll-interval is not supported by this remote 2026/06/05 02:53:25 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/05 02:53:25 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/05 02:53:25 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:25 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir1/a.txt" 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir1/a.txt 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir1/a.txt" 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-tozawug9wotu/dir1/a.txt 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:25 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/05 02:53:25 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/05 02:53:25 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/05 02:53:25 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:25 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir2/b.txt" 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir2/b.txt 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir2/b.txt" 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: 415290769594460e2e485922904f345d /rclone-test-tozawug9wotu/dir2/b.txt 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:25 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/05 02:53:25 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/05 02:53:25 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/05 02:53:25 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/05 02:53:25 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Shell path "/rclone-test-tozawug9wotu/dir3/c.txt" 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: creating additional session 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Running remote command: md5sum /rclone-test-tozawug9wotu/dir3/c.txt 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-tozawug9wotu/dir3/c.txt" 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: command exited OK 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-tozawug9wotu/dir3/c.txt 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: ssh external: close 2026/06/05 02:53:25 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/05 02:53:25 DEBUG : WaitForWriters: timeout=30s 2026/06/05 02:53:25 DEBUG : dir1: Looking for writers 2026/06/05 02:53:25 DEBUG : a.txt: reading active writers 2026/06/05 02:53:25 DEBUG : dir2: Looking for writers 2026/06/05 02:53:25 DEBUG : b.txt: reading active writers 2026/06/05 02:53:25 DEBUG : dir3: Looking for writers 2026/06/05 02:53:25 DEBUG : c.txt: reading active writers 2026/06/05 02:53:25 DEBUG : Looking for writers 2026/06/05 02:53:25 DEBUG : dir1: reading active writers 2026/06/05 02:53:25 DEBUG : dir2: reading active writers 2026/06/05 02:53:25 DEBUG : dir3: reading active writers 2026/06/05 02:53:25 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.33s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/05 02:53:25 DEBUG : sftp://rclone@:22/rclone-test-tozawug9wotu: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.890074775s (try 1/5)