"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/20 05:03:24 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-naxehar7bogo" 2026/05/20 05:03:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/20 05:03:24 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/20 05:03:24 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/20 05:03:24 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/20 05:03:24 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/05/20 05:03:24 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell type "unix" from config 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Relative path resolved to "/rclone-test-naxehar7bogo" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Using root directory "/rclone-test-naxehar7bogo" 2026/05/20 05:03:24 DEBUG : Creating backend with remote "/tmp/rclone959345545" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:24 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:24 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:24 DEBUG : dir: Looking for writers 2026/05/20 05:03:24 DEBUG : Looking for writers 2026/05/20 05:03:24 DEBUG : dir: reading active writers 2026/05/20 05:03:24 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.24s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:24 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:24 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:24 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/20 05:03:25 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:25 DEBUG : dir/subdir: Looking for writers 2026/05/20 05:03:25 DEBUG : dir: Looking for writers 2026/05/20 05:03:25 DEBUG : file1: reading active writers 2026/05/20 05:03:25 DEBUG : file2: reading active writers 2026/05/20 05:03:25 DEBUG : subdir: reading active writers 2026/05/20 05:03:25 DEBUG : Looking for writers 2026/05/20 05:03:25 DEBUG : dir: reading active writers 2026/05/20 05:03:25 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.67s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:25 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:25 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:25 DEBUG : dir: Looking for writers 2026/05/20 05:03:25 DEBUG : file1: reading active writers 2026/05/20 05:03:25 DEBUG : Looking for writers 2026/05/20 05:03:25 DEBUG : dir: reading active writers 2026/05/20 05:03:25 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:25 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:25 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:25 DEBUG : dir: Looking for writers 2026/05/20 05:03:25 DEBUG : Looking for writers 2026/05/20 05:03:25 DEBUG : dir: reading active writers 2026/05/20 05:03:25 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:25 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:25 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:25 DEBUG : forgetting directory cache 2026/05/20 05:03:25 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:25 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:25 DEBUG : Looking for writers 2026/05/20 05:03:25 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:25 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:25 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:26 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/20 05:03:26 DEBUG : dir: invalidating directory cache 2026/05/20 05:03:26 DEBUG : >ForgetPath: 2026/05/20 05:03:26 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/20 05:03:26 DEBUG : invalidating directory cache 2026/05/20 05:03:26 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:26 DEBUG : >ForgetPath: 2026/05/20 05:03:26 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/20 05:03:26 DEBUG : >ForgetPath: 2026/05/20 05:03:26 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:26 DEBUG : dir: Looking for writers 2026/05/20 05:03:26 DEBUG : Looking for writers 2026/05/20 05:03:26 DEBUG : dir: reading active writers 2026/05/20 05:03:26 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.17s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:26 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/fil/a/b/c" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/fil/a/b/c 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/fil/a/b/c" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-naxehar7bogo/fil/a/b/c 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/fil/a/b/c" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/fil/a/b/c 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/fil/a/b/c" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-naxehar7bogo/fil/a/b/c 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:26 DEBUG : forgetting directory cache 2026/05/20 05:03:26 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:26 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:26 DEBUG : dir: Looking for writers 2026/05/20 05:03:26 DEBUG : fil/a/b: Looking for writers 2026/05/20 05:03:26 DEBUG : fil/a: Looking for writers 2026/05/20 05:03:26 DEBUG : b: reading active writers 2026/05/20 05:03:26 DEBUG : fil: Looking for writers 2026/05/20 05:03:26 DEBUG : a: reading active writers 2026/05/20 05:03:26 DEBUG : Looking for writers 2026/05/20 05:03:26 DEBUG : dir: reading active writers 2026/05/20 05:03:26 DEBUG : fil: reading active writers 2026/05/20 05:03:26 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:26 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:26 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:27 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:27 DEBUG : dir: Looking for writers 2026/05/20 05:03:27 DEBUG : Looking for writers 2026/05/20 05:03:27 DEBUG : dir: reading active writers 2026/05/20 05:03:27 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:27 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:27 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:27 DEBUG : dir: Looking for writers 2026/05/20 05:03:27 DEBUG : file1: reading active writers 2026/05/20 05:03:27 DEBUG : Looking for writers 2026/05/20 05:03:27 DEBUG : dir: reading active writers 2026/05/20 05:03:27 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:27 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/subdir/file3" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-naxehar7bogo/dir/subdir/file3 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:27 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/20 05:03:27 DEBUG : Waiting for deletions to finish 2026/05/20 05:03:27 INFO : dir/subdir/file3: Deleted 2026/05/20 05:03:27 DEBUG : removing 1 level 2 directories 2026/05/20 05:03:27 INFO : dir/subdir: Removing directory 2026/05/20 05:03:27 DEBUG : dir: invalidating directory cache 2026/05/20 05:03:27 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/20 05:03:27 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/20 05:03:27 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/20 05:03:27 DEBUG : dir/file1: Reset virtual modtime 2026/05/20 05:03:27 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/20 05:03:27 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/20 05:03:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:27 DEBUG : dir: invalidating directory cache 2026/05/20 05:03:27 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/20 05:03:27 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/20 05:03:27 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/20 05:03:27 DEBUG : forgetting directory cache 2026/05/20 05:03:27 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:27 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/20 05:03:27 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:27 DEBUG : dir/virtualDir: Looking for writers 2026/05/20 05:03:27 DEBUG : dir: Looking for writers 2026/05/20 05:03:27 DEBUG : virtualFile: reading active writers 2026/05/20 05:03:27 DEBUG : virtualDir: reading active writers 2026/05/20 05:03:27 DEBUG : file1: reading active writers 2026/05/20 05:03:27 DEBUG : virtualFile2: reading active writers 2026/05/20 05:03:27 DEBUG : Looking for writers 2026/05/20 05:03:27 DEBUG : dir: reading active writers 2026/05/20 05:03:27 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.68s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:27 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:27 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:28 ERROR : dir/: Can only open directories read only 2026/05/20 05:03:28 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:28 DEBUG : dir: Looking for writers 2026/05/20 05:03:28 DEBUG : Looking for writers 2026/05/20 05:03:28 DEBUG : dir: reading active writers 2026/05/20 05:03:28 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:28 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:28 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:28 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/20 05:03:28 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/20 05:03:28 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/20 05:03:28 DEBUG : dir/potato: size = 5 OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/potato" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/potato 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/potato" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/dir/potato 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:28 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:28 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/20 05:03:28 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/20 05:03:28 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:28 DEBUG : dir: Looking for writers 2026/05/20 05:03:28 DEBUG : potato: reading active writers 2026/05/20 05:03:28 DEBUG : file1: reading active writers 2026/05/20 05:03:28 DEBUG : Looking for writers 2026/05/20 05:03:28 DEBUG : dir: reading active writers 2026/05/20 05:03:28 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:28 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:28 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:28 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:29 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:29 DEBUG : dir/sub: Looking for writers 2026/05/20 05:03:29 DEBUG : dir: Looking for writers 2026/05/20 05:03:29 DEBUG : sub: reading active writers 2026/05/20 05:03:29 DEBUG : file1: reading active writers 2026/05/20 05:03:29 DEBUG : Looking for writers 2026/05/20 05:03:29 DEBUG : dir: reading active writers 2026/05/20 05:03:29 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.52s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:29 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:29 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/20 05:03:29 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:29 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:29 DEBUG : dir/sub/subsub: Looking for writers 2026/05/20 05:03:29 DEBUG : dir/sub: Looking for writers 2026/05/20 05:03:29 DEBUG : subsub: reading active writers 2026/05/20 05:03:29 DEBUG : dir: Looking for writers 2026/05/20 05:03:29 DEBUG : file1: reading active writers 2026/05/20 05:03:29 DEBUG : sub: reading active writers 2026/05/20 05:03:29 DEBUG : Looking for writers 2026/05/20 05:03:29 DEBUG : dir: reading active writers 2026/05/20 05:03:29 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.47s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:29 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:29 ERROR : dir/: Dir.Remove not empty 2026/05/20 05:03:29 DEBUG : dir/file1: Remove: 2026/05/20 05:03:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:29 DEBUG : dir/file1: >Remove: err= 2026/05/20 05:03:29 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/20 05:03:29 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:29 DEBUG : Looking for writers 2026/05/20 05:03:29 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.23s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:29 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:29 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:30 DEBUG : dir/file1: Remove: 2026/05/20 05:03:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:30 DEBUG : dir/file1: >Remove: err= 2026/05/20 05:03:30 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/20 05:03:30 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:30 DEBUG : Looking for writers 2026/05/20 05:03:30 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.23s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:30 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:30 DEBUG : dir/file1: Remove: 2026/05/20 05:03:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:30 DEBUG : dir/file1: >Remove: err= 2026/05/20 05:03:30 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:30 DEBUG : dir: Looking for writers 2026/05/20 05:03:30 DEBUG : Looking for writers 2026/05/20 05:03:30 DEBUG : dir: reading active writers 2026/05/20 05:03:30 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:30 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file3" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file3 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file3" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-naxehar7bogo/dir/file3 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file3" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file3 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file3" 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-naxehar7bogo/dir/file3 2026/05/20 05:03:30 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:30 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/20 05:03:30 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/20 05:03:30 DEBUG : dir: Updating dir with dir2 0x212867465450 2026/05/20 05:03:30 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:30 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/20 05:03:30 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file1" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir2/file1 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir2/file1" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir2/file1 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file1" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir2/file1 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir2/file1" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir2/file1 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/20 05:03:31 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/20 05:03:31 DEBUG : file2: Updating file with file2 0x212867565110 2026/05/20 05:03:31 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:31 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:31 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/20 05:03:31 INFO : dir2/file3: Deleted 2026/05/20 05:03:31 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/20 05:03:31 DEBUG : dir2/file3: Updating file with dir2/file3 0x212867565110 2026/05/20 05:03:31 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/20 05:03:31 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:31 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:32 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir2/file3" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir2/file3 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:32 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:32 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/20 05:03:32 DEBUG : empty directory: Updating dir with renamed empty directory 0x2128679aad00 2026/05/20 05:03:32 DEBUG : empty directory: forgetting directory cache 2026/05/20 05:03:32 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/20 05:03:32 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/20 05:03:32 DEBUG : dir2: Renaming to "dir3" 2026/05/20 05:03:32 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:32 DEBUG : dir3: Looking for writers 2026/05/20 05:03:32 DEBUG : file3: reading active writers 2026/05/20 05:03:32 DEBUG : renamed empty directory: Looking for writers 2026/05/20 05:03:32 DEBUG : Looking for writers 2026/05/20 05:03:32 DEBUG : dir3: reading active writers 2026/05/20 05:03:32 DEBUG : renamed empty directory: reading active writers 2026/05/20 05:03:32 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.82s) === 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-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:32 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:32 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/20 05:03:32 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:32 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:32 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/20 05:03:32 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/20 05:03:32 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/20 05:03:32 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/20 05:03:32 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:32 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:32 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:32 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/20 05:03:32 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/20 05:03:32 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (12 bytes), uploading instead of streaming 2026/05/20 05:03:32 DEBUG : dir/sub/file2: size = 12 OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/sub/file2" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/sub/file2 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/sub/file2" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-naxehar7bogo/dir/sub/file2 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:32 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/20 05:03:32 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/20 05:03:32 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/20 05:03:32 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:32 DEBUG : forgetting directory cache 2026/05/20 05:03:32 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:32 DEBUG : dir/sub: forgetting directory cache 2026/05/20 05:03:32 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/20 05:03:32 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/20 05:03:32 DEBUG : dir/sub/file0: size = 5 OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/sub/file0" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/sub/file0 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/sub/file0" 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/dir/sub/file0 2026/05/20 05:03:32 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:32 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:32 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:32 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/20 05:03:32 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/20 05:03:32 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:32 DEBUG : dir/sub: Looking for writers 2026/05/20 05:03:32 DEBUG : file0: reading active writers 2026/05/20 05:03:32 DEBUG : file2: reading active writers 2026/05/20 05:03:32 DEBUG : dir: Looking for writers 2026/05/20 05:03:32 DEBUG : file1: reading active writers 2026/05/20 05:03:32 DEBUG : sub: reading active writers 2026/05/20 05:03:32 DEBUG : Looking for writers 2026/05/20 05:03:32 DEBUG : dir: reading active writers 2026/05/20 05:03:32 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.46s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:32 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:32 DEBUG : forgetting directory cache 2026/05/20 05:03:33 DEBUG : forgetting directory cache 2026/05/20 05:03:33 DEBUG : dir: forgetting directory cache 2026/05/20 05:03:33 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:33 DEBUG : dir: Looking for writers 2026/05/20 05:03:33 DEBUG : Looking for writers 2026/05/20 05:03:33 DEBUG : dir: reading active writers 2026/05/20 05:03:33 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:33 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/20 05:03:33 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:33 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/20 05:03:33 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/20 05:03:33 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/20 05:03:33 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:33 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:33 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/20 05:03:33 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:33 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/20 05:03:33 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/20 05:03:33 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/20 05:03:33 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:33 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:33 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:33 DEBUG : dir: Looking for writers 2026/05/20 05:03:33 DEBUG : file1: reading active writers 2026/05/20 05:03:33 DEBUG : file1.metadata: reading active writers 2026/05/20 05:03:33 DEBUG : Looking for writers 2026/05/20 05:03:33 DEBUG : dir: reading active writers 2026/05/20 05:03:33 DEBUG : dir.metadata: reading active writers 2026/05/20 05:03:33 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:33 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:33 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:34 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:34 DEBUG : dir: Looking for writers 2026/05/20 05:03:34 DEBUG : file1: reading active writers 2026/05/20 05:03:34 DEBUG : Looking for writers 2026/05/20 05:03:34 DEBUG : dir: reading active writers 2026/05/20 05:03:34 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.20s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:34 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:34 DEBUG : Can set mod time: true 2026/05/20 05:03:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:34 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:34 DEBUG : dir: Looking for writers 2026/05/20 05:03:34 DEBUG : file1: reading active writers 2026/05/20 05:03:34 DEBUG : Looking for writers 2026/05/20 05:03:34 DEBUG : dir: reading active writers 2026/05/20 05:03:34 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:34 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/20 05:03:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/20 05:03:34 DEBUG : dir/file1: size = 0 OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:34 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:03:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/20 05:03:34 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/20 05:03:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:34 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:34 DEBUG : dir: Looking for writers 2026/05/20 05:03:34 DEBUG : file1: reading active writers 2026/05/20 05:03:34 DEBUG : Looking for writers 2026/05/20 05:03:34 DEBUG : dir: reading active writers 2026/05/20 05:03:34 DEBUG : >WaitForWriters: 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:34 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:34 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/20 05:03:35 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:35 DEBUG : dir: Looking for writers 2026/05/20 05:03:35 DEBUG : file1: reading active writers 2026/05/20 05:03:35 DEBUG : Looking for writers 2026/05/20 05:03:35 DEBUG : dir: reading active writers 2026/05/20 05:03:35 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:35 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:35 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/20 05:03:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/20 05:03:35 DEBUG : dir/file1: size = 5 OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:35 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:35 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/20 05:03:35 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/20 05:03:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:35 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:35 DEBUG : dir: Looking for writers 2026/05/20 05:03:35 DEBUG : file1: reading active writers 2026/05/20 05:03:35 DEBUG : Looking for writers 2026/05/20 05:03:35 DEBUG : dir: reading active writers 2026/05/20 05:03:35 DEBUG : >WaitForWriters: 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/20 05:03:35 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:35 DEBUG : dir: Looking for writers 2026/05/20 05:03:35 DEBUG : file1: reading active writers 2026/05/20 05:03:35 DEBUG : Looking for writers 2026/05/20 05:03:35 DEBUG : dir: reading active writers 2026/05/20 05:03:35 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:35 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:35 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:35 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:35 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:36 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : >WaitForWriters: 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:36 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:36 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/20 05:03:36 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867aa0400): close: 2026/05/20 05:03:36 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867aa0400): >close: err= 2026/05/20 05:03:36 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : >WaitForWriters: 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:36 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : >WaitForWriters: 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:36 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:36 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:36 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/20 05:03:36 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867a12640): _writeAt: size=5, off=0 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867a12640): openPending: 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/20 05:03:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/20 05:03:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867a12640): >openPending: err= 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867a12640): >_writeAt: n=5, err= 2026/05/20 05:03:36 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867a12640): close: 2026/05/20 05:03:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/20 05:03:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/20 05:03:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/20 05:03:36 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/20 05:03:36 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/20 05:03:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:36 DEBUG : dir/file1(0x212867a12640): >close: err= 2026/05/20 05:03:36 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:36 DEBUG : dir/file1: vfs cache: starting upload 2026/05/20 05:03:36 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1.2f98c60a.partial" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1.2f98c60a.partial 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1.2f98c60a.partial" 2026/05/20 05:03:36 DEBUG : dir: Looking for writers 2026/05/20 05:03:36 DEBUG : file1: reading active writers 2026/05/20 05:03:36 DEBUG : Looking for writers 2026/05/20 05:03:36 DEBUG : dir: reading active writers 2026/05/20 05:03:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-naxehar7bogo/dir/file1.2f98c60a.partial 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:36 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/20 05:03:36 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/20 05:03:36 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/20 05:03:36 INFO : dir/file1: Copied (replaced existing) 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:36 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/20 05:03:37 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/20 05:03:37 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:37 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/20 05:03:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:37 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:37 DEBUG : dir: Looking for writers 2026/05/20 05:03:37 DEBUG : file1: reading active writers 2026/05/20 05:03:37 DEBUG : Looking for writers 2026/05/20 05:03:37 DEBUG : dir: reading active writers 2026/05/20 05:03:37 DEBUG : >WaitForWriters: 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/20 05:03:37 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:37 DEBUG : dir: Looking for writers 2026/05/20 05:03:37 DEBUG : file1: reading active writers 2026/05/20 05:03:37 DEBUG : Looking for writers 2026/05/20 05:03:37 DEBUG : dir: reading active writers 2026/05/20 05:03:37 DEBUG : >WaitForWriters: 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.17s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.53s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.44s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:37 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:37 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:37 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:37 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:37 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:37 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:37 DEBUG : dir: Looking for writers 2026/05/20 05:03:37 DEBUG : file1: reading active writers 2026/05/20 05:03:37 DEBUG : Looking for writers 2026/05/20 05:03:37 DEBUG : dir: reading active writers 2026/05/20 05:03:37 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/20 05:03:37 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/20 05:03:37 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/20 05:03:37 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:37 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/20 05:03:37 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:37 DEBUG : Looking for writers 2026/05/20 05:03:37 DEBUG : file.txt: reading active writers 2026/05/20 05:03:37 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:37 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/20 05:03:37 DEBUG : dir/file1: size = 25 OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:37 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:37 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:37 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/20 05:03:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:37 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:37 DEBUG : dir: Looking for writers 2026/05/20 05:03:37 DEBUG : file1: reading active writers 2026/05/20 05:03:37 DEBUG : Looking for writers 2026/05/20 05:03:37 DEBUG : dir: reading active writers 2026/05/20 05:03:37 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.30s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:37 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:37 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:38 DEBUG : dir/file1: Remove: 2026/05/20 05:03:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:38 DEBUG : dir/file1: >Remove: err= 2026/05/20 05:03:38 DEBUG : dir/file1: Remove: 2026/05/20 05:03:38 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/20 05:03:38 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:38 DEBUG : dir: Looking for writers 2026/05/20 05:03:38 DEBUG : Looking for writers 2026/05/20 05:03:38 DEBUG : dir: reading active writers 2026/05/20 05:03:38 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:38 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:38 DEBUG : dir/file1: Remove: 2026/05/20 05:03:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:38 DEBUG : dir/file1: >Remove: err= 2026/05/20 05:03:38 DEBUG : dir/file1: Remove: 2026/05/20 05:03:38 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/20 05:03:38 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:38 DEBUG : dir: Looking for writers 2026/05/20 05:03:38 DEBUG : Looking for writers 2026/05/20 05:03:38 DEBUG : dir: reading active writers 2026/05/20 05:03:38 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:38 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:38 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:38 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/20 05:03:38 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/20 05:03:38 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/20 05:03:38 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/20 05:03:38 DEBUG : dir/file1: Open: flags=0x3 2026/05/20 05:03:38 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/20 05:03:38 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/20 05:03:38 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:38 DEBUG : dir: Looking for writers 2026/05/20 05:03:38 DEBUG : file1: reading active writers 2026/05/20 05:03:38 DEBUG : Looking for writers 2026/05/20 05:03:38 DEBUG : dir: reading active writers 2026/05/20 05:03:38 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:38 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:38 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:38 DEBUG : dir: Looking for writers 2026/05/20 05:03:38 DEBUG : file1: reading active writers 2026/05/20 05:03:38 DEBUG : Looking for writers 2026/05/20 05:03:38 DEBUG : dir: reading active writers 2026/05/20 05:03:38 DEBUG : >WaitForWriters: 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:38 DEBUG : newLeaf: Updating file with newLeaf 0x212867e2ba00 2026/05/20 05:03:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:38 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:39 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/20 05:03:39 DEBUG : dir/file1: Updating file with dir/file1 0x212867e2ba00 2026/05/20 05:03:39 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/20 05:03:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:39 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/20 05:03:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:39 DEBUG : dir/file1: File is currently open, delaying rename 0x212867e2ba00 2026/05/20 05:03:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/20 05:03:39 DEBUG : dir/file1: size = 25 OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:39 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:39 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/20 05:03:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:39 DEBUG : newLeaf: Running delayed rename now 2026/05/20 05:03:39 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:39 DEBUG : newLeaf: Updating file with newLeaf 0x212867e2ba00 2026/05/20 05:03:39 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:39 DEBUG : dir: Looking for writers 2026/05/20 05:03:39 DEBUG : Looking for writers 2026/05/20 05:03:39 DEBUG : dir: reading active writers 2026/05/20 05:03:39 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:39 DEBUG : >WaitForWriters: 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/20 05:03:39 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:39 DEBUG : dir: Looking for writers 2026/05/20 05:03:39 DEBUG : Looking for writers 2026/05/20 05:03:39 DEBUG : dir: reading active writers 2026/05/20 05:03:39 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:39 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:39 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:39 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:39 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:39 DEBUG : dir: Looking for writers 2026/05/20 05:03:39 DEBUG : file1: reading active writers 2026/05/20 05:03:39 DEBUG : Looking for writers 2026/05/20 05:03:39 DEBUG : dir: reading active writers 2026/05/20 05:03:39 DEBUG : >WaitForWriters: 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:39 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:40 DEBUG : newLeaf: Updating file with newLeaf 0x212867dfc000 2026/05/20 05:03:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:40 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/20 05:03:40 DEBUG : dir/file1: Updating file with dir/file1 0x212867dfc000 2026/05/20 05:03:40 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/20 05:03:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:40 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/20 05:03:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:40 DEBUG : dir/file1: File is currently open, delaying rename 0x212867dfc000 2026/05/20 05:03:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (25 bytes), uploading instead of streaming 2026/05/20 05:03:40 DEBUG : dir/file1: size = 25 OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:40 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:40 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/20 05:03:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:40 DEBUG : newLeaf: Running delayed rename now 2026/05/20 05:03:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:40 DEBUG : newLeaf: Updating file with newLeaf 0x212867dfc000 2026/05/20 05:03:40 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:40 DEBUG : dir: Looking for writers 2026/05/20 05:03:40 DEBUG : Looking for writers 2026/05/20 05:03:40 DEBUG : dir: reading active writers 2026/05/20 05:03:40 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:40 DEBUG : >WaitForWriters: 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/20 05:03:40 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:40 DEBUG : dir: Looking for writers 2026/05/20 05:03:40 DEBUG : Looking for writers 2026/05/20 05:03:40 DEBUG : dir: reading active writers 2026/05/20 05:03:40 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:40 DEBUG : >WaitForWriters: 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:40 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:40 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:40 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:41 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:41 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:41 DEBUG : dir/file1(0x212867131100): openPending: 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/20 05:03:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:41 DEBUG : dir/file1(0x212867131100): >openPending: err= 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:41 DEBUG : dir/file1(0x212867131100): _writeAt: size=14, off=0 2026/05/20 05:03:41 DEBUG : dir/file1(0x212867131100): >_writeAt: n=14, err= 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/20 05:03:41 DEBUG : dir/file1(0x212867131100): close: 2026/05/20 05:03:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/20 05:03:41 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:41 DEBUG : dir/file1(0x212867131100): >close: err= 2026/05/20 05:03:41 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:41 DEBUG : dir: Looking for writers 2026/05/20 05:03:41 DEBUG : file1: reading active writers 2026/05/20 05:03:41 DEBUG : Looking for writers 2026/05/20 05:03:41 DEBUG : dir: reading active writers 2026/05/20 05:03:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:41 DEBUG : dir: Looking for writers 2026/05/20 05:03:41 DEBUG : file1: reading active writers 2026/05/20 05:03:41 DEBUG : Looking for writers 2026/05/20 05:03:41 DEBUG : dir: reading active writers 2026/05/20 05:03:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:41 DEBUG : dir: Looking for writers 2026/05/20 05:03:41 DEBUG : file1: reading active writers 2026/05/20 05:03:41 DEBUG : Looking for writers 2026/05/20 05:03:41 DEBUG : dir: reading active writers 2026/05/20 05:03:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:41 DEBUG : dir: Looking for writers 2026/05/20 05:03:41 DEBUG : file1: reading active writers 2026/05/20 05:03:41 DEBUG : Looking for writers 2026/05/20 05:03:41 DEBUG : dir: reading active writers 2026/05/20 05:03:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: starting upload 2026/05/20 05:03:41 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1.ca338588.partial" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1.ca338588.partial 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1.ca338588.partial" 2026/05/20 05:03:41 DEBUG : dir: Looking for writers 2026/05/20 05:03:41 DEBUG : file1: reading active writers 2026/05/20 05:03:41 DEBUG : Looking for writers 2026/05/20 05:03:41 DEBUG : dir: reading active writers 2026/05/20 05:03:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1.ca338588.partial 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:41 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/20 05:03:41 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/20 05:03:41 INFO : dir/file1: Copied (replaced existing) 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:41 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/20 05:03:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:41 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:41 DEBUG : dir: Looking for writers 2026/05/20 05:03:41 DEBUG : file1: reading active writers 2026/05/20 05:03:41 DEBUG : Looking for writers 2026/05/20 05:03:41 DEBUG : dir: reading active writers 2026/05/20 05:03:41 DEBUG : >WaitForWriters: 2026/05/20 05:03:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:41 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:41 DEBUG : dir/file1(0x2128675bcc00): _readAt: size=512, off=0 2026/05/20 05:03:41 DEBUG : dir/file1(0x2128675bcc00): openPending: 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/20 05:03:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/20 05:03:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:41 DEBUG : dir/file1(0x2128675bcc00): >openPending: err= 2026/05/20 05:03:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/20 05:03:41 DEBUG : dir/file1(0x2128675bcc00): >_readAt: n=14, err=EOF 2026/05/20 05:03:41 DEBUG : dir/file1(0x2128675bcc00): close: 2026/05/20 05:03:41 DEBUG : dir/file1(0x2128675bcc00): >close: err= 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:41 DEBUG : newLeaf: Updating file with newLeaf 0x212867904340 2026/05/20 05:03:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:41 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:41 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:41 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:42 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/20 05:03:42 DEBUG : dir/file1: Updating file with dir/file1 0x212867904340 2026/05/20 05:03:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/20 05:03:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:42 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:42 DEBUG : dir/file1(0x212867a12840): openPending: 2026/05/20 05:03:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/20 05:03:42 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/20 05:03:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:42 DEBUG : dir/file1(0x212867a12840): >openPending: err= 2026/05/20 05:03:42 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:42 DEBUG : dir/file1(0x212867a12840): _writeAt: size=25, off=0 2026/05/20 05:03:42 DEBUG : dir/file1(0x212867a12840): >_writeAt: n=25, err= 2026/05/20 05:03:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:42 DEBUG : newLeaf: Updating file with newLeaf 0x212867904340 2026/05/20 05:03:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:42 DEBUG : newLeaf(0x212867a12840): close: 2026/05/20 05:03:42 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/20 05:03:42 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-20 05:03:42.250640765 +0000 UTC m=+18.046892078 2026/05/20 05:03:42 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:42 DEBUG : newLeaf(0x212867a12840): >close: err= 2026/05/20 05:03:42 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:42 DEBUG : newLeaf: vfs cache: starting upload 2026/05/20 05:03:42 DEBUG : newLeaf.bd76c126.partial: size = 25 OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf.bd76c126.partial" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf.bd76c126.partial 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf.bd76c126.partial" 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf.bd76c126.partial 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : newLeaf.bd76c126.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:42 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:42 DEBUG : newLeaf.bd76c126.partial: renamed to: newLeaf 2026/05/20 05:03:42 INFO : newLeaf: Copied (replaced existing) 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:42 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-20 05:03:42 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/20 05:03:42 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/20 05:03:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:42 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : >WaitForWriters: 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/20 05:03:42 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:42 DEBUG : dir: Looking for writers 2026/05/20 05:03:42 DEBUG : Looking for writers 2026/05/20 05:03:42 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:42 DEBUG : dir: reading active writers 2026/05/20 05:03:42 DEBUG : >WaitForWriters: 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:42 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:42 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:42 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:43 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:43 DEBUG : dir: Looking for writers 2026/05/20 05:03:43 DEBUG : file1: reading active writers 2026/05/20 05:03:43 DEBUG : Looking for writers 2026/05/20 05:03:43 DEBUG : dir: reading active writers 2026/05/20 05:03:43 DEBUG : >WaitForWriters: 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:43 DEBUG : newLeaf: Updating file with newLeaf 0x212867b49860 2026/05/20 05:03:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:43 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/20 05:03:43 DEBUG : dir/file1: Updating file with dir/file1 0x212867b49860 2026/05/20 05:03:43 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/20 05:03:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:43 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:43 DEBUG : dir/file1(0x2128679b2280): openPending: 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:43 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/20 05:03:43 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/20 05:03:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:43 DEBUG : dir/file1(0x2128679b2280): >openPending: err= 2026/05/20 05:03:43 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:43 DEBUG : dir/file1(0x2128679b2280): _writeAt: size=25, off=0 2026/05/20 05:03:43 DEBUG : dir/file1(0x2128679b2280): >_writeAt: n=25, err= 2026/05/20 05:03:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:43 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:43 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:43 DEBUG : newLeaf: Updating file with newLeaf 0x212867b49860 2026/05/20 05:03:43 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:43 DEBUG : newLeaf(0x2128679b2280): close: 2026/05/20 05:03:43 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/20 05:03:43 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-20 05:03:43.767489424 +0000 UTC m=+19.563740737 2026/05/20 05:03:43 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:43 DEBUG : newLeaf(0x2128679b2280): >close: err= 2026/05/20 05:03:43 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:43 DEBUG : dir: Looking for writers 2026/05/20 05:03:43 DEBUG : Looking for writers 2026/05/20 05:03:43 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:43 DEBUG : dir: reading active writers 2026/05/20 05:03:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:43 DEBUG : dir: Looking for writers 2026/05/20 05:03:43 DEBUG : Looking for writers 2026/05/20 05:03:43 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:43 DEBUG : dir: reading active writers 2026/05/20 05:03:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:43 DEBUG : dir: Looking for writers 2026/05/20 05:03:43 DEBUG : Looking for writers 2026/05/20 05:03:43 DEBUG : dir: reading active writers 2026/05/20 05:03:43 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:43 DEBUG : dir: Looking for writers 2026/05/20 05:03:43 DEBUG : Looking for writers 2026/05/20 05:03:43 DEBUG : dir: reading active writers 2026/05/20 05:03:43 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:43 DEBUG : newLeaf: vfs cache: starting upload 2026/05/20 05:03:43 DEBUG : newLeaf.c573959d.partial: size = 25 OK 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf.c573959d.partial" 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf.c573959d.partial 2026/05/20 05:03:43 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf.c573959d.partial" 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf.c573959d.partial 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : newLeaf.c573959d.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:44 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:44 DEBUG : newLeaf.c573959d.partial: renamed to: newLeaf 2026/05/20 05:03:44 INFO : newLeaf: Copied (replaced existing) 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:44 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-20 05:03:43 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/20 05:03:44 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/20 05:03:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:44 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:44 DEBUG : >WaitForWriters: 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/20 05:03:44 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:44 DEBUG : >WaitForWriters: 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:44 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:44 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:44 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:44 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:44 DEBUG : dir/file1(0x2128679501c0): openPending: 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/20 05:03:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:44 DEBUG : dir/file1(0x2128679501c0): >openPending: err= 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:44 DEBUG : dir/file1(0x2128679501c0): _writeAt: size=14, off=0 2026/05/20 05:03:44 DEBUG : dir/file1(0x2128679501c0): >_writeAt: n=14, err= 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/20 05:03:44 DEBUG : dir/file1(0x2128679501c0): close: 2026/05/20 05:03:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/20 05:03:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:44 DEBUG : dir/file1(0x2128679501c0): >close: err= 2026/05/20 05:03:44 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : file1: reading active writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : file1: reading active writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : file1: reading active writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : file1: reading active writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: starting upload 2026/05/20 05:03:44 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1.ca338588.partial" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1.ca338588.partial 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1.ca338588.partial" 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : file1: reading active writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1.ca338588.partial 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:44 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/20 05:03:44 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/20 05:03:44 INFO : dir/file1: Copied (replaced existing) 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:44 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:44 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:44 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/20 05:03:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:44 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:44 DEBUG : dir: Looking for writers 2026/05/20 05:03:44 DEBUG : file1: reading active writers 2026/05/20 05:03:44 DEBUG : Looking for writers 2026/05/20 05:03:44 DEBUG : dir: reading active writers 2026/05/20 05:03:44 DEBUG : >WaitForWriters: 2026/05/20 05:03:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:44 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867aba1c0): _readAt: size=512, off=0 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867aba1c0): openPending: 2026/05/20 05:03:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/20 05:03:45 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/20 05:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867aba1c0): >openPending: err= 2026/05/20 05:03:45 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867aba1c0): >_readAt: n=14, err=EOF 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867aba1c0): close: 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867aba1c0): >close: err= 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:45 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:45 DEBUG : newLeaf: Updating file with newLeaf 0x212867925790 2026/05/20 05:03:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:45 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:45 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/20 05:03:45 DEBUG : dir/file1: Updating file with dir/file1 0x212867925790 2026/05/20 05:03:45 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/20 05:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:45 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867b02340): openPending: 2026/05/20 05:03:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/20 05:03:45 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/20 05:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867b02340): >openPending: err= 2026/05/20 05:03:45 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867b02340): _writeAt: size=25, off=0 2026/05/20 05:03:45 DEBUG : dir/file1(0x212867b02340): >_writeAt: n=25, err= 2026/05/20 05:03:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:45 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:45 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:45 DEBUG : newLeaf: Updating file with newLeaf 0x212867925790 2026/05/20 05:03:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:45 DEBUG : newLeaf(0x212867b02340): close: 2026/05/20 05:03:45 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/20 05:03:45 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-20 05:03:45.811664198 +0000 UTC m=+21.607915591 2026/05/20 05:03:45 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:45 DEBUG : newLeaf(0x212867b02340): >close: err= 2026/05/20 05:03:45 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:45 DEBUG : dir: Looking for writers 2026/05/20 05:03:45 DEBUG : Looking for writers 2026/05/20 05:03:45 DEBUG : dir: reading active writers 2026/05/20 05:03:45 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:45 DEBUG : dir: Looking for writers 2026/05/20 05:03:45 DEBUG : Looking for writers 2026/05/20 05:03:45 DEBUG : dir: reading active writers 2026/05/20 05:03:45 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:45 DEBUG : dir: Looking for writers 2026/05/20 05:03:45 DEBUG : Looking for writers 2026/05/20 05:03:45 DEBUG : dir: reading active writers 2026/05/20 05:03:45 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:45 DEBUG : dir: Looking for writers 2026/05/20 05:03:45 DEBUG : Looking for writers 2026/05/20 05:03:45 DEBUG : dir: reading active writers 2026/05/20 05:03:45 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:46 DEBUG : newLeaf: vfs cache: starting upload 2026/05/20 05:03:46 DEBUG : newLeaf.8d45736e.partial: size = 25 OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf.8d45736e.partial" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf.8d45736e.partial 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf.8d45736e.partial" 2026/05/20 05:03:46 DEBUG : dir: Looking for writers 2026/05/20 05:03:46 DEBUG : Looking for writers 2026/05/20 05:03:46 DEBUG : dir: reading active writers 2026/05/20 05:03:46 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf.8d45736e.partial 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : newLeaf.8d45736e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:46 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:46 DEBUG : newLeaf.8d45736e.partial: renamed to: newLeaf 2026/05/20 05:03:46 INFO : newLeaf: Copied (replaced existing) 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:46 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-20 05:03:45 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/20 05:03:46 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/20 05:03:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:46 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/20 05:03:46 DEBUG : dir: Looking for writers 2026/05/20 05:03:46 DEBUG : Looking for writers 2026/05/20 05:03:46 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:46 DEBUG : dir: reading active writers 2026/05/20 05:03:46 DEBUG : >WaitForWriters: 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/20 05:03:46 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:46 DEBUG : dir: Looking for writers 2026/05/20 05:03:46 DEBUG : Looking for writers 2026/05/20 05:03:46 DEBUG : dir: reading active writers 2026/05/20 05:03:46 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:46 DEBUG : >WaitForWriters: 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:46 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:46 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:46 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:46 DEBUG : dir: Looking for writers 2026/05/20 05:03:46 DEBUG : file1: reading active writers 2026/05/20 05:03:46 DEBUG : Looking for writers 2026/05/20 05:03:46 DEBUG : dir: reading active writers 2026/05/20 05:03:46 DEBUG : >WaitForWriters: 2026/05/20 05:03:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:46 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:46 DEBUG : dir/file1(0x212867b941c0): _readAt: size=512, off=0 2026/05/20 05:03:46 DEBUG : dir/file1(0x212867b941c0): openPending: 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/20 05:03:46 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/20 05:03:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:46 DEBUG : dir/file1(0x212867b941c0): >openPending: err= 2026/05/20 05:03:46 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/20 05:03:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:46 DEBUG : dir/file1(0x212867b941c0): >_readAt: n=14, err=EOF 2026/05/20 05:03:46 DEBUG : dir/file1(0x212867b941c0): close: 2026/05/20 05:03:46 DEBUG : dir/file1(0x212867b941c0): >close: err= 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:46 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:47 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:47 DEBUG : newLeaf: Updating file with newLeaf 0x212867979c70 2026/05/20 05:03:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:47 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:47 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/20 05:03:47 DEBUG : dir/file1: Updating file with dir/file1 0x212867979c70 2026/05/20 05:03:47 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/20 05:03:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:03:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:47 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:47 DEBUG : dir/file1(0x212867a19900): openPending: 2026/05/20 05:03:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/20 05:03:47 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/20 05:03:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:47 DEBUG : dir/file1(0x212867a19900): >openPending: err= 2026/05/20 05:03:47 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:47 DEBUG : dir/file1(0x212867a19900): _writeAt: size=25, off=0 2026/05/20 05:03:47 DEBUG : dir/file1(0x212867a19900): >_writeAt: n=25, err= 2026/05/20 05:03:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:03:47 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/20 05:03:47 DEBUG : newLeaf: Updating file with newLeaf 0x212867979c70 2026/05/20 05:03:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:03:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:47 DEBUG : newLeaf(0x212867a19900): close: 2026/05/20 05:03:47 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/20 05:03:47 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-20 05:03:47.541178574 +0000 UTC m=+23.337429927 2026/05/20 05:03:47 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:47 DEBUG : newLeaf(0x212867a19900): >close: err= 2026/05/20 05:03:47 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:47 DEBUG : dir: Looking for writers 2026/05/20 05:03:47 DEBUG : Looking for writers 2026/05/20 05:03:47 DEBUG : dir: reading active writers 2026/05/20 05:03:47 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:47 DEBUG : dir: Looking for writers 2026/05/20 05:03:47 DEBUG : Looking for writers 2026/05/20 05:03:47 DEBUG : dir: reading active writers 2026/05/20 05:03:47 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:47 DEBUG : dir: Looking for writers 2026/05/20 05:03:47 DEBUG : Looking for writers 2026/05/20 05:03:47 DEBUG : dir: reading active writers 2026/05/20 05:03:47 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:47 DEBUG : dir: Looking for writers 2026/05/20 05:03:47 DEBUG : Looking for writers 2026/05/20 05:03:47 DEBUG : dir: reading active writers 2026/05/20 05:03:47 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:47 DEBUG : newLeaf: vfs cache: starting upload 2026/05/20 05:03:47 DEBUG : newLeaf.f7351a34.partial: size = 25 OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf.f7351a34.partial" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf.f7351a34.partial 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf.f7351a34.partial" 2026/05/20 05:03:47 DEBUG : dir: Looking for writers 2026/05/20 05:03:47 DEBUG : Looking for writers 2026/05/20 05:03:47 DEBUG : dir: reading active writers 2026/05/20 05:03:47 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf.f7351a34.partial 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : newLeaf.f7351a34.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:47 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/20 05:03:47 DEBUG : newLeaf.f7351a34.partial: renamed to: newLeaf 2026/05/20 05:03:47 INFO : newLeaf: Copied (replaced existing) 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:47 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:47 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-20 05:03:47 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/20 05:03:47 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/20 05:03:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/20 05:03:47 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/20 05:03:47 DEBUG : dir: Looking for writers 2026/05/20 05:03:47 DEBUG : Looking for writers 2026/05/20 05:03:47 DEBUG : dir: reading active writers 2026/05/20 05:03:47 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:47 DEBUG : >WaitForWriters: 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:47 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/newLeaf" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-naxehar7bogo/newLeaf 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/20 05:03:48 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:48 DEBUG : dir: Looking for writers 2026/05/20 05:03:48 DEBUG : Looking for writers 2026/05/20 05:03:48 DEBUG : dir: reading active writers 2026/05/20 05:03:48 DEBUG : newLeaf: reading active writers 2026/05/20 05:03:48 DEBUG : >WaitForWriters: 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestFileRename (9.61s) --- PASS: TestFileRename/off,forceCache=false (1.14s) --- PASS: TestFileRename/minimal,forceCache=false (1.11s) --- PASS: TestFileRename/minimal,forceCache=true (2.05s) --- PASS: TestFileRename/writes,forceCache=false (1.51s) --- PASS: TestFileRename/writes,forceCache=true (2.05s) --- PASS: TestFileRename/full,forceCache=false (1.74s) === 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-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:48 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:48 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:48 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:48 DEBUG : Looking for writers 2026/05/20 05:03:48 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-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:48 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:48 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:48 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:48 DEBUG : dir: Looking for writers 2026/05/20 05:03:48 DEBUG : file1: reading active writers 2026/05/20 05:03:48 DEBUG : Looking for writers 2026/05/20 05:03:48 DEBUG : dir: reading active writers 2026/05/20 05:03:48 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:48 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:48 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/20 05:03:48 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/20 05:03:48 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/20 05:03:48 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/20 05:03:48 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/20 05:03:48 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:48 DEBUG : dir: Looking for writers 2026/05/20 05:03:48 DEBUG : file1: reading active writers 2026/05/20 05:03:48 DEBUG : Looking for writers 2026/05/20 05:03:48 DEBUG : dir: reading active writers 2026/05/20 05:03:48 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:48 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:48 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:49 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/20 05:03:49 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/20 05:03:49 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/20 05:03:49 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/20 05:03:49 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/20 05:03:49 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/20 05:03:49 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/20 05:03:49 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/20 05:03:49 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/20 05:03:49 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/20 05:03:49 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/20 05:03:49 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:49 DEBUG : dir: Looking for writers 2026/05/20 05:03:49 DEBUG : file1: reading active writers 2026/05/20 05:03:49 DEBUG : Looking for writers 2026/05/20 05:03:49 DEBUG : dir: reading active writers 2026/05/20 05:03:49 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.40s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:49 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:49 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:49 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:49 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:49 DEBUG : dir: Looking for writers 2026/05/20 05:03:49 DEBUG : file1: reading active writers 2026/05/20 05:03:49 DEBUG : Looking for writers 2026/05/20 05:03:49 DEBUG : dir: reading active writers 2026/05/20 05:03:49 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:49 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:49 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:49 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/20 05:03:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:49 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/20 05:03:49 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:49 DEBUG : dir: Looking for writers 2026/05/20 05:03:49 DEBUG : file1: reading active writers 2026/05/20 05:03:49 DEBUG : Looking for writers 2026/05/20 05:03:49 DEBUG : dir: reading active writers 2026/05/20 05:03:49 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.30s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:49 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:49 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:49 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:49 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:49 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:49 DEBUG : dir/file1(0x212867131d40): _readAt: size=1, off=0 2026/05/20 05:03:49 DEBUG : dir/file1(0x212867131d40): openPending: 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:49 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:50 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): >openPending: err= 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): _readAt: size=256, off=1 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): >_readAt: n=15, err=EOF 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): _readAt: size=16, off=16 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): >_readAt: n=0, err=EOF 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): close: 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): >close: err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): close: 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867131d40): >close: err=file already closed 2026/05/20 05:03:50 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:50 DEBUG : dir: Looking for writers 2026/05/20 05:03:50 DEBUG : file1: reading active writers 2026/05/20 05:03:50 DEBUG : Looking for writers 2026/05/20 05:03:50 DEBUG : dir: reading active writers 2026/05/20 05:03:50 DEBUG : >WaitForWriters: 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:50 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:50 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:50 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:50 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:50 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): _readAt: size=1, off=0 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): openPending: 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:50 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >openPending: err= 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): _readAt: size=1, off=5 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): _readAt: size=1, off=3 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): _readAt: size=1, off=13 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): _readAt: size=16, off=100 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): close: 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867b955c0): >close: err= 2026/05/20 05:03:50 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:50 DEBUG : dir: Looking for writers 2026/05/20 05:03:50 DEBUG : file1: reading active writers 2026/05/20 05:03:50 DEBUG : Looking for writers 2026/05/20 05:03:50 DEBUG : dir: reading active writers 2026/05/20 05:03:50 DEBUG : >WaitForWriters: 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:50 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:50 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:50 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:50 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:50 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=1, off=0 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): openPending: 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:50 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >openPending: err= 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:50 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=1, off=5 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=1, off=1 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=1, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=6, off=10 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=6, err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=256, off=10 2026/05/20 05:03:50 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=6, err=EOF 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=256, off=100 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=0, err=EOF 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): close: 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >close: err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): _readAt: size=256, off=100 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08500): >_readAt: n=0, err=file already closed 2026/05/20 05:03:50 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:50 DEBUG : dir: Looking for writers 2026/05/20 05:03:50 DEBUG : file1: reading active writers 2026/05/20 05:03:50 DEBUG : Looking for writers 2026/05/20 05:03:50 DEBUG : dir: reading active writers 2026/05/20 05:03:50 DEBUG : >WaitForWriters: 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.33s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:50 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:50 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:50 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:50 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:50 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:50 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:50 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08c40): RWFileHandle.Flush 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08c40): _readAt: size=256, off=0 2026/05/20 05:03:50 DEBUG : dir/file1(0x212867a08c40): openPending: 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:50 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:51 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 DEBUG : dir/file1(0x212867a08c40): >openPending: err= 2026/05/20 05:03:51 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/20 05:03:51 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:51 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:51 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:51 DEBUG : dir/file1(0x212867a08c40): >_readAt: n=16, err=EOF 2026/05/20 05:03:51 DEBUG : dir/file1(0x212867a08c40): RWFileHandle.Flush 2026/05/20 05:03:51 DEBUG : dir/file1(0x212867a08c40): RWFileHandle.Flush 2026/05/20 05:03:51 DEBUG : dir/file1(0x212867a08c40): close: 2026/05/20 05:03:51 DEBUG : dir/file1(0x212867a08c40): >close: err= 2026/05/20 05:03:51 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:51 DEBUG : dir: Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : dir: reading active writers 2026/05/20 05:03:51 DEBUG : >WaitForWriters: 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:51 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:51 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:03:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/20 05:03:51 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:51 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): _readAt: size=256, off=0 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): openPending: 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:51 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): >openPending: err= 2026/05/20 05:03:51 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/20 05:03:51 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:51 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:51 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): >_readAt: n=16, err=EOF 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): RWFileHandle.Release 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): close: 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): >close: err= 2026/05/20 05:03:51 DEBUG : dir/file1(0x21286798a840): RWFileHandle.Release 2026/05/20 05:03:51 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:51 DEBUG : dir: Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : dir: reading active writers 2026/05/20 05:03:51 DEBUG : >WaitForWriters: 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:51 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:51 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:51 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): openPending: 2026/05/20 05:03:51 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): >openPending: err= 2026/05/20 05:03:51 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:51 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): _writeAt: size=5, off=0 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): >_writeAt: n=5, err= 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): _writeAt: size=7, off=5 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): >_writeAt: n=7, err= 2026/05/20 05:03:51 DEBUG : file1: vfs cache: truncate to size=11 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): close: 2026/05/20 05:03:51 DEBUG : file1: vfs cache: setting modification time to 2026-05-20 05:03:51.393122939 +0000 UTC m=+27.189374252 2026/05/20 05:03:51 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): >close: err= 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): close: 2026/05/20 05:03:51 DEBUG : file1(0x21286790ec80): >close: err=file already closed 2026/05/20 05:03:51 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:51 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:51 DEBUG : file1.b7bfa359.partial: size = 11 OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.b7bfa359.partial" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.b7bfa359.partial 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.b7bfa359.partial" 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1.b7bfa359.partial 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : file1.b7bfa359.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:03:51 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/20 05:03:51 DEBUG : file1.b7bfa359.partial: renamed to: file1 2026/05/20 05:03:51 INFO : file1: Copied (new) 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:03:51 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-20 05:03:51 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/20 05:03:51 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : >WaitForWriters: 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:51 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/20 05:03:51 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : >WaitForWriters: 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.50s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:51 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:51 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:51 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:51 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:51 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): openPending: 2026/05/20 05:03:51 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): >openPending: err= 2026/05/20 05:03:51 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:51 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:51 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): _writeAt: size=7, off=0 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): >_writeAt: n=7, err= 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): _writeAt: size=6, off=5 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): >_writeAt: n=6, err= 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): close: 2026/05/20 05:03:51 DEBUG : file1: vfs cache: setting modification time to 2026-05-20 05:03:51.887444382 +0000 UTC m=+27.683695725 2026/05/20 05:03:51 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): >close: err= 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): _writeAt: size=5, off=0 2026/05/20 05:03:51 DEBUG : file1(0x212867a12080): >_writeAt: n=0, err=file already closed 2026/05/20 05:03:51 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:51 DEBUG : Looking for writers 2026/05/20 05:03:51 DEBUG : file1: reading active writers 2026/05/20 05:03:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:51 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:51 DEBUG : file1.499fae65.partial: size = 11 OK 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.499fae65.partial" 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.499fae65.partial 2026/05/20 05:03:51 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.499fae65.partial" 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1.499fae65.partial 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1.499fae65.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:03:52 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/20 05:03:52 DEBUG : file1.499fae65.partial: renamed to: file1 2026/05/20 05:03:52 INFO : file1: Copied (new) 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:03:52 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-20 05:03:51 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/20 05:03:52 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:52 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : >WaitForWriters: 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/20 05:03:52 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : >WaitForWriters: 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.54s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:52 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:52 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:52 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:52 DEBUG : file1(0x21286790ebc0): openPending: 2026/05/20 05:03:52 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:52 DEBUG : file1(0x21286790ebc0): >openPending: err= 2026/05/20 05:03:52 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:52 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:52 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:52 DEBUG : file1(0x21286790ebc0): close: 2026/05/20 05:03:52 DEBUG : file1: vfs cache: setting modification time to 2026-05-20 05:03:52.425880575 +0000 UTC m=+28.222131919 2026/05/20 05:03:52 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:52 DEBUG : file1(0x21286790ebc0): >close: err= 2026/05/20 05:03:52 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/20 05:03:52 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:03:52 DEBUG : file2: newRWFileHandle: 2026/05/20 05:03:52 DEBUG : file2(0x21286790f040): openPending: 2026/05/20 05:03:52 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:52 DEBUG : file2(0x21286790f040): >openPending: err= 2026/05/20 05:03:52 DEBUG : file2: >newRWFileHandle: err= 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:52 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/20 05:03:52 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/20 05:03:52 DEBUG : file2(0x21286790f040): RWFileHandle.Flush 2026/05/20 05:03:52 DEBUG : file2(0x21286790f040): RWFileHandle.Release 2026/05/20 05:03:52 DEBUG : file2(0x21286790f040): close: 2026/05/20 05:03:52 DEBUG : file2: vfs cache: setting modification time to 2026-05-20 05:03:52.427155768 +0000 UTC m=+28.223407111 2026/05/20 05:03:52 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:52 DEBUG : file2(0x21286790f040): >close: err= 2026/05/20 05:03:52 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : file2: reading active writers 2026/05/20 05:03:52 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file2: reading active writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : file2: reading active writers 2026/05/20 05:03:52 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : file2: reading active writers 2026/05/20 05:03:52 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/20 05:03:52 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:52 DEBUG : file2: vfs cache: starting upload 2026/05/20 05:03:52 DEBUG : file1.d4fc1e41.partial: size = 0 OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.d4fc1e41.partial" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.d4fc1e41.partial 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.d4fc1e41.partial" 2026/05/20 05:03:52 DEBUG : file2.ad40a369.partial: size = 0 OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file2.ad40a369.partial" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file2.ad40a369.partial 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file2.ad40a369.partial" 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : file2: reading active writers 2026/05/20 05:03:52 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file1.d4fc1e41.partial 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1.d4fc1e41.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:52 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file2.ad40a369.partial 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file2.ad40a369.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:52 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:03:52 DEBUG : file1.d4fc1e41.partial: renamed to: file1 2026/05/20 05:03:52 INFO : file1: Copied (new) 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : file2.ad40a369.partial: renamed to: file2 2026/05/20 05:03:52 INFO : file2: Copied (new) 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:52 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-20 05:03:52 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/20 05:03:52 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:52 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-20 05:03:52 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/20 05:03:52 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:52 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/20 05:03:52 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:52 INFO : file2: vfs cache: upload succeeded try #1 2026/05/20 05:03:52 DEBUG : Looking for writers 2026/05/20 05:03:52 DEBUG : file1: reading active writers 2026/05/20 05:03:52 DEBUG : file2: reading active writers 2026/05/20 05:03:52 DEBUG : >WaitForWriters: 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:52 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:52 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file2" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-naxehar7bogo/file2 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/20 05:03:53 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : file2: reading active writers 2026/05/20 05:03:53 DEBUG : >WaitForWriters: 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:53 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:53 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:53 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): openPending: 2026/05/20 05:03:53 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): >openPending: err= 2026/05/20 05:03:53 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:53 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:53 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): _writeAt: size=5, off=0 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): >_writeAt: n=5, err= 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): RWFileHandle.Flush 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): RWFileHandle.Flush 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): close: 2026/05/20 05:03:53 DEBUG : file1: vfs cache: setting modification time to 2026-05-20 05:03:53.148147921 +0000 UTC m=+28.944399294 2026/05/20 05:03:53 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:53 DEBUG : file1(0x21286739f600): >close: err= 2026/05/20 05:03:53 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:53 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:53 DEBUG : file1.d84661c6.partial: size = 5 OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.d84661c6.partial" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.d84661c6.partial 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.d84661c6.partial" 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1.d84661c6.partial 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : file1.d84661c6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:53 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:53 DEBUG : file1.d84661c6.partial: renamed to: file1 2026/05/20 05:03:53 INFO : file1: Copied (new) 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:53 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-20 05:03:53 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/20 05:03:53 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:53 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : >WaitForWriters: 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:53 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:53 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:53 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): openPending: 2026/05/20 05:03:53 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): >openPending: err= 2026/05/20 05:03:53 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:53 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:53 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): _writeAt: size=5, off=0 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): >_writeAt: n=5, err= 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): RWFileHandle.Release 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): close: 2026/05/20 05:03:53 DEBUG : file1: vfs cache: setting modification time to 2026-05-20 05:03:53.468020593 +0000 UTC m=+29.264271935 2026/05/20 05:03:53 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): >close: err= 2026/05/20 05:03:53 DEBUG : file1(0x212867a19200): RWFileHandle.Release 2026/05/20 05:03:53 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:53 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:53 DEBUG : file1.b903cc68.partial: size = 5 OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.b903cc68.partial" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.b903cc68.partial 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.b903cc68.partial" 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1.b903cc68.partial 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : file1.b903cc68.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:53 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:53 DEBUG : file1.b903cc68.partial: renamed to: file1 2026/05/20 05:03:53 INFO : file1: Copied (new) 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:53 DEBUG : Looking for writers 2026/05/20 05:03:53 DEBUG : file1: reading active writers 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:53 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-20 05:03:53 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/20 05:03:53 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:53 DEBUG : >WaitForWriters: 2026/05/20 05:03:53 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.33s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:53 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:53 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:53 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:53 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:54 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/20 05:03:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:54 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:54 DEBUG : dir/file1(0x2128675bc6c0): openPending: 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:54 DEBUG : dir/file1(0x2128675bc6c0): >openPending: err= 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/20 05:03:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:54 DEBUG : dir/file1(0x2128675bc6c0): _writeAt: size=5, off=0 2026/05/20 05:03:54 DEBUG : dir/file1(0x2128675bc6c0): >_writeAt: n=5, err= 2026/05/20 05:03:54 DEBUG : dir/file1(0x2128675bc6c0): close: 2026/05/20 05:03:54 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-20 05:03:54.112615128 +0000 UTC m=+29.908866481 2026/05/20 05:03:54 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:54 DEBUG : dir/file1(0x2128675bc6c0): >close: err= 2026/05/20 05:03:54 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: starting upload 2026/05/20 05:03:54 DEBUG : dir/file1.fc2bafeb.partial: size = 5 OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1.fc2bafeb.partial" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1.fc2bafeb.partial 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1.fc2bafeb.partial" 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/dir/file1.fc2bafeb.partial 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1.fc2bafeb.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:54 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:54 DEBUG : dir/file1.fc2bafeb.partial: renamed to: dir/file1 2026/05/20 05:03:54 INFO : dir/file1: Copied (replaced existing) 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-20 05:03:54 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:54 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : >WaitForWriters: 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.64s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:54 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:54 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/20 05:03:54 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:54 DEBUG : dir/file1: newRWFileHandle: 2026/05/20 05:03:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/20 05:03:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/20 05:03:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): _writeAt: size=5, off=0 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): openPending: 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/20 05:03:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): >openPending: err= 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): >_writeAt: n=5, err= 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): _writeAt: size=15, off=5 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): >_writeAt: n=15, err= 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): close: 2026/05/20 05:03:54 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-20 05:03:54.728919522 +0000 UTC m=+30.525170845 2026/05/20 05:03:54 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:54 DEBUG : dir/file1(0x212867912640): >close: err= 2026/05/20 05:03:54 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:54 DEBUG : dir/file1: vfs cache: starting upload 2026/05/20 05:03:54 DEBUG : dir/file1.147d9a96.partial: size = 20 OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1.147d9a96.partial" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1.147d9a96.partial 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1.147d9a96.partial" 2026/05/20 05:03:54 DEBUG : dir: Looking for writers 2026/05/20 05:03:54 DEBUG : file1: reading active writers 2026/05/20 05:03:54 DEBUG : Looking for writers 2026/05/20 05:03:54 DEBUG : dir: reading active writers 2026/05/20 05:03:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-naxehar7bogo/dir/file1.147d9a96.partial 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:54 DEBUG : dir/file1.147d9a96.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/20 05:03:54 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/20 05:03:54 DEBUG : dir/file1.147d9a96.partial: renamed to: dir/file1 2026/05/20 05:03:54 INFO : dir/file1: Copied (replaced existing) 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:54 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:55 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/20 05:03:55 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-20 05:03:54 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/20 05:03:55 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:55 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:55 DEBUG : dir: Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : dir: reading active writers 2026/05/20 05:03:55 DEBUG : >WaitForWriters: 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:55 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : file1(0x212867a13e40): openPending: 2026/05/20 05:03:55 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:55 DEBUG : file1(0x212867a13e40): >openPending: err= 2026/05/20 05:03:55 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:55 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:55 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:55 DEBUG : file1(0x212867a13e40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : file1(0x212867a13e40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : file1(0x212867a13e40): close: 2026/05/20 05:03:55 DEBUG : file1: vfs cache: setting modification time to 2026-05-20 05:03:55.049605823 +0000 UTC m=+30.845857146 2026/05/20 05:03:55 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : file1(0x212867a13e40): >close: err= 2026/05/20 05:03:55 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:55 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:55 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:55 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:55 DEBUG : file1.6d2e16e4.partial: size = 5 OK 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.6d2e16e4.partial" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.6d2e16e4.partial 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.6d2e16e4.partial" 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1.6d2e16e4.partial 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:55 DEBUG : file1.6d2e16e4.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:55 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:55 DEBUG : file1.6d2e16e4.partial: renamed to: file1 2026/05/20 05:03:55 INFO : file1: Copied (new) 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:55 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:55 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-20 05:03:55 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/20 05:03:55 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:55 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : >WaitForWriters: 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acb00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acb00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acb00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acb00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acb00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.36778006 +0000 UTC m=+31.164031383 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acb00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.36778006 +0000 UTC m=+31.164031383 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679acf80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ad440): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ad440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ad440): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ad440): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ad440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.36778006 +0000 UTC m=+31.164031383 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ad440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120620 item 1 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ada80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ada80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ada80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ada80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ada80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.369883499 +0000 UTC m=+31.166134823 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679ada80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86080): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86080): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86080): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.369883499 +0000 UTC m=+31.166134823 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121030 item 2 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b866c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b866c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b866c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b866c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b866c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.371383989 +0000 UTC m=+31.167635312 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b866c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.371383989 +0000 UTC m=+31.167635312 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b86b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.371383989 +0000 UTC m=+31.167635312 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121490 item 3 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.373582187 +0000 UTC m=+31.169833510 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87bc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87bc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.373582187 +0000 UTC m=+31.169833510 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b87bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121b20 item 4 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8300): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8300): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.375010639 +0000 UTC m=+31.171261962 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.375010639 +0000 UTC m=+31.171261962 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8c40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8c40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8c40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8c40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8c40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.375010639 +0000 UTC m=+31.171261962 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba8c40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867430620 item 5 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba92c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba92c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba92c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba92c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba92c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.376836925 +0000 UTC m=+31.173088248 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba92c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9800): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9800): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9800): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.376836925 +0000 UTC m=+31.173088248 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128674317a0 item 6 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.378076621 +0000 UTC m=+31.174327944 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba9e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.378076621 +0000 UTC m=+31.174327944 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0940): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.378076621 +0000 UTC m=+31.174327944 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867431dc0 item 7 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0fc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0fc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0fc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0fc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0fc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.380105038 +0000 UTC m=+31.176356361 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0fc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1500): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1500): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1500): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1500): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1500): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.380105038 +0000 UTC m=+31.176356361 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1500): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675489a0 item 8 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1ac0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867bc1ac0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1ac0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1ac0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1ac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.381484728 +0000 UTC m=+31.177736051 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.381484728 +0000 UTC m=+31.177736051 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc900): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc900): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc900): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.381484728 +0000 UTC m=+31.177736051 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdc900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867548f50 item 9 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdcf80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdcf80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdcf80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdcf80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdcf80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.383349346 +0000 UTC m=+31.179600670 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdcf80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdd4c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdd4c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdd4c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdd4c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdd4c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.383349346 +0000 UTC m=+31.179600670 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bdd4c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675498f0 item 10 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddb00): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867bddb00): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddb00): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddb00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddb00): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddb00): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddb00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddec0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddec0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.384740788 +0000 UTC m=+31.180992111 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bddec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.384740788 +0000 UTC m=+31.180992111 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf44c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf49c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf49c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf49c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf49c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf49c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.384740788 +0000 UTC m=+31.180992111 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf49c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867482930 item 11 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5040): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5040): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5040): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5040): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5040): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.386687682 +0000 UTC m=+31.182939005 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5580): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5580): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5580): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.386687682 +0000 UTC m=+31.182939005 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122150 item 12 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5bc0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867bf5bc0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5bc0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5bc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5bc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bf5bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12080): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12080): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12080): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.388302637 +0000 UTC m=+31.184553960 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12740): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12740): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12740): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.388302637 +0000 UTC m=+31.184553960 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122700 item 13 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12040): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12040): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12040): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12040): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12040): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.391222982 +0000 UTC m=+31.187474295 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12580): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12580): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12580): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.391222982 +0000 UTC m=+31.187474295 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122150 item 14 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12ec0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867c12ec0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12ec0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12ec0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12ec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12ec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c12ec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13280): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13280): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.392901057 +0000 UTC m=+31.189152369 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13940): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.392901057 +0000 UTC m=+31.189152369 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c13940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128671230a0 item 15 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.394378391 +0000 UTC m=+31.190629705 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675536c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675536c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675536c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675536c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675536c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.394378391 +0000 UTC m=+31.190629705 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675536c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f4230 item 16 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.395668512 +0000 UTC m=+31.191919835 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.395668512 +0000 UTC m=+31.191919835 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc800): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc800): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc800): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.395668512 +0000 UTC m=+31.191919835 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adc800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f49a0 item 17 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adce80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adce80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adce80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adce80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adce80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.397597051 +0000 UTC m=+31.193848365 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867adce80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867add580): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867add580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867add580): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867add580): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867add580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.397597051 +0000 UTC m=+31.193848365 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867add580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5340 item 18 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867addc00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867addc00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867addc00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867addc00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867addc00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.398848058 +0000 UTC m=+31.195099371 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867addc00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.398848058 +0000 UTC m=+31.195099371 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674872c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674872c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674872c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674872c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674872c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.398848058 +0000 UTC m=+31.195099371 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674872c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f56c0 item 19 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739ef00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739ef00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739ef00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739ef00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739ef00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.400562521 +0000 UTC m=+31.196813834 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739ef00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fb40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fb40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.400562521 +0000 UTC m=+31.196813834 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5c70 item 20 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130400): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.401748565 +0000 UTC m=+31.197999878 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.401748565 +0000 UTC m=+31.197999878 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130b00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128671315c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128671315c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128671315c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128671315c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128671315c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.401748565 +0000 UTC m=+31.197999878 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128671315c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805c380 item 21 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e200): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e200): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e200): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e200): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e200): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.403608865 +0000 UTC m=+31.199860178 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e740): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e740): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e740): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.403608865 +0000 UTC m=+31.199860178 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805c8c0 item 22 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790edc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790edc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790edc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790edc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790edc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.404920657 +0000 UTC m=+31.201171970 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790edc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.404920657 +0000 UTC m=+31.201171970 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f2c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f840): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.404920657 +0000 UTC m=+31.201171970 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805ccb0 item 23 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fec0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fec0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.406631534 +0000 UTC m=+31.202882857 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc740): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc740): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc740): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.406631534 +0000 UTC m=+31.202882857 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805d500 item 24 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcd80): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x2128675bcd80): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcd80): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcd80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcd80): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcd80): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcd80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.408140117 +0000 UTC m=+31.204391431 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.408140117 +0000 UTC m=+31.204391431 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdcc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdcc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdcc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdcc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdcc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.408140117 +0000 UTC m=+31.204391431 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdcc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805d880 item 25 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a125c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a125c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a125c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a125c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a125c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.410066583 +0000 UTC m=+31.206317906 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a125c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12b80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12b80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12b80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12b80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12b80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.410066583 +0000 UTC m=+31.206317906 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12b80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805dd50 item 26 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a131c0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867a131c0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a131c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a131c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a131c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a131c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a131c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13580): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13580): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.411749536 +0000 UTC m=+31.208000860 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.411749536 +0000 UTC m=+31.208000860 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13a80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c0c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c0c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c0c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c0c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c0c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.411749536 +0000 UTC m=+31.208000860 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c0c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c22a0 item 27 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.413957975 +0000 UTC m=+31.210209287 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4c740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4cc80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4cc80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4cc80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4cc80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4cc80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.413957975 +0000 UTC m=+31.210209287 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4cc80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c28c0 item 28 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d2c0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867a4d2c0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d2c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d2c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d2c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d2c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d2c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.415386407 +0000 UTC m=+31.211637720 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4d680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4dd40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4dd40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4dd40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4dd40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4dd40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.415386407 +0000 UTC m=+31.211637720 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a4dd40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c30a0 item 29 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a664c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a664c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a664c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a664c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a664c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.416972708 +0000 UTC m=+31.213224021 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a664c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a66a00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a66a00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a66a00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a66a00): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a66a00): close: 2026/05/20 05:03:55 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:55 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.416972708 +0000 UTC m=+31.213224021 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a66a00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3500 item 30 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67040): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867a67040): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67040): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67040): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67040): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67040): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67400): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.419570524 +0000 UTC m=+31.215821837 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67ac0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67ac0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.419570524 +0000 UTC m=+31.215821837 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a67ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3880 item 31 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.421139792 +0000 UTC m=+31.217391105 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c780): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c780): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c780): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.421139792 +0000 UTC m=+31.217391105 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7c780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3e30 item 32 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7cdc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7cdc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7cdc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7cdc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7cdc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.422480539 +0000 UTC m=+31.218731852 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7cdc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a460 item 33 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.423006013 +0000 UTC m=+31.219257325 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d740): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d740): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d740): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.423006013 +0000 UTC m=+31.219257325 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7d740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a620 item 33 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7dd80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7dd80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7dd80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7dd80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7dd80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.424587084 +0000 UTC m=+31.220838407 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a7dd80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a9a0 item 34 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.425237635 +0000 UTC m=+31.221488958 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8840): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.425237635 +0000 UTC m=+31.221488958 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1ab60 item 34 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.428229875 +0000 UTC m=+31.224481188 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e8e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b030 item 35 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.428770268 +0000 UTC m=+31.225021591 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9800): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9800): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9800): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.428770268 +0000 UTC m=+31.225021591 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b1f0 item 35 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.430213559 +0000 UTC m=+31.226464872 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673e9e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b570 item 36 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.430807512 +0000 UTC m=+31.227058826 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674549c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674549c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674549c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674549c0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674549c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.430807512 +0000 UTC m=+31.227058826 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128674549c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b730 item 36 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455000): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455000): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455000): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.432245914 +0000 UTC m=+31.228497246 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1bc00 item 37 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.43280954 +0000 UTC m=+31.229060854 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455980): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455980): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455980): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.43280954 +0000 UTC m=+31.229060854 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1be30 item 37 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568100): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568100): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568100): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.434414727 +0000 UTC m=+31.230666081 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e903f0 item 38 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.435016305 +0000 UTC m=+31.231267629 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568b40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568b40): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.435016305 +0000 UTC m=+31.231267629 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867568b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e905b0 item 38 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675691c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675691c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675691c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675691c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675691c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.436488381 +0000 UTC m=+31.232739704 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675691c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90b60 item 39 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.437605083 +0000 UTC m=+31.233856396 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675696c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867569bc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867569bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867569bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867569bc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867569bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.437605083 +0000 UTC m=+31.233856396 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867569bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90d90 item 39 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654340): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654340): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654340): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.440372399 +0000 UTC m=+31.236623752 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91110 item 40 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.441020244 +0000 UTC m=+31.237271557 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654d80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654d80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654d80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654d80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654d80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.441020244 +0000 UTC m=+31.237271557 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867654d80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e912d0 item 40 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.442572621 +0000 UTC m=+31.238823934 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655840): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655840): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91650 item 41 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655840): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.443105339 +0000 UTC m=+31.239356652 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91810 item 41 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.443646423 +0000 UTC m=+31.239897735 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867655d00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724340): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724340): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.443646423 +0000 UTC m=+31.239897735 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e919d0 item 41 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.445180385 +0000 UTC m=+31.241431738 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91d50 item 42 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.445721017 +0000 UTC m=+31.241972330 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867724e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca070 item 42 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.446401515 +0000 UTC m=+31.242652827 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677253c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867725940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867725940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867725940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867725940): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867725940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.446401515 +0000 UTC m=+31.242652827 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867725940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca2a0 item 42 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.447802906 +0000 UTC m=+31.244054219 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770580): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca850 item 43 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770580): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.448454949 +0000 UTC m=+31.244706263 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676caa10 item 43 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.449109658 +0000 UTC m=+31.245360972 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867770ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.449109658 +0000 UTC m=+31.245360972 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cacb0 item 43 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.450715186 +0000 UTC m=+31.246966539 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771b40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb110 item 44 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771b40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.451290264 +0000 UTC m=+31.247541597 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867771b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb3b0 item 44 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.451850754 +0000 UTC m=+31.248102077 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0180): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0700): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0700): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0700): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0700): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0700): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.451850754 +0000 UTC m=+31.248102077 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0700): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb7a0 item 44 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.45328632 +0000 UTC m=+31.249537633 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a0d40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cbe30 item 45 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.454069963 +0000 UTC m=+31.250321276 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1940): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.454069963 +0000 UTC m=+31.250321276 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677a1940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de21c0 item 45 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.455431129 +0000 UTC m=+31.251682442 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2580): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2540 item 46 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2580): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.455937907 +0000 UTC m=+31.252189220 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2c80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2c80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.455937907 +0000 UTC m=+31.252189220 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c2c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2700 item 46 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.457268926 +0000 UTC m=+31.253520239 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a900): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a900): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e230 item 47 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a900): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.457709399 +0000 UTC m=+31.253960712 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2a900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.457709399 +0000 UTC m=+31.253960712 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e460 item 47 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.459012554 +0000 UTC m=+31.255263867 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2b640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2bb40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2bb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2bb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e930 item 48 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2bb40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2bb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.459448929 +0000 UTC m=+31.255700243 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c2bb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46340): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46340): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.459448929 +0000 UTC m=+31.255700243 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762eaf0 item 48 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.46063855 +0000 UTC m=+31.256889863 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762f030 item 49 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.461043366 +0000 UTC m=+31.257294679 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c46e00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47340): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47340): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.461043366 +0000 UTC m=+31.257294679 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762f2d0 item 49 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c479c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c479c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c479c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c479c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c479c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.462138488 +0000 UTC m=+31.258389800 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c479c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762f810 item 50 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.462551699 +0000 UTC m=+31.258803012 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c47ec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58540): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58540): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58540): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.462551699 +0000 UTC m=+31.258803012 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762fb90 item 50 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58bc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58bc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.463573873 +0000 UTC m=+31.259825187 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c58bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747a230 item 51 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.464008726 +0000 UTC m=+31.260260039 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c590c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59600): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59600): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59600): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.464008726 +0000 UTC m=+31.260260039 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747a690 item 51 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59c80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59c80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.465191854 +0000 UTC m=+31.261443177 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c59c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747aa80 item 52 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.46567041 +0000 UTC m=+31.261921723 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c800): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c800): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c800): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.46567041 +0000 UTC m=+31.261921723 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6c800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747acb0 item 52 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6ce80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6ce80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6ce80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6ce80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6ce80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.466745454 +0000 UTC m=+31.262996767 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6ce80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747b2d0 item 53 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.467216475 +0000 UTC m=+31.263467788 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d8c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d8c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d8c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d8c0): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d8c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.467216475 +0000 UTC m=+31.263467788 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c6d8c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747b5e0 item 53 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800040): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800040): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800040): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800040): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800040): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.468422497 +0000 UTC m=+31.264673820 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747bc00 item 54 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.468966385 +0000 UTC m=+31.265217698 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800ac0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800ac0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.468966385 +0000 UTC m=+31.265217698 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867800ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b54070 item 54 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.470104529 +0000 UTC m=+31.266355843 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b544d0 item 55 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.470674827 +0000 UTC m=+31.266926141 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801b80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801b80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801b80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801b80): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801b80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.470674827 +0000 UTC m=+31.266926141 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867801b80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b548c0 item 55 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838300): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838300): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.471987642 +0000 UTC m=+31.268238954 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b54ee0 item 56 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.472567138 +0000 UTC m=+31.268818451 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838d80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838d80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838d80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838d80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838d80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.472567138 +0000 UTC m=+31.268818451 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867838d80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b550a0 item 56 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.473726622 +0000 UTC m=+31.269977935 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678393c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839900): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839900): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55490 item 57 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839900): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.474300978 +0000 UTC m=+31.270552291 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55650 item 57 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.474823637 +0000 UTC m=+31.271074950 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867839e40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786a4c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786a4c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786a4c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786a4c0): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786a4c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.474823637 +0000 UTC m=+31.271074950 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786a4c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b558f0 item 57 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.476098078 +0000 UTC m=+31.272349402 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786ab00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b040): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b040): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b040): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55e30 item 58 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b040): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b040): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.476520257 +0000 UTC m=+31.272771570 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792a310 item 58 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.477142715 +0000 UTC m=+31.273394027 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786b580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786bb40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786bb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786bb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786bb40): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786bb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.477142715 +0000 UTC m=+31.273394027 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286786bb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792a690 item 58 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.478372131 +0000 UTC m=+31.274623444 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa7c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa7c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa7c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792ab60 item 59 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa7c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa7c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.478818234 +0000 UTC m=+31.275069547 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aa7c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792aee0 item 59 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.479303042 +0000 UTC m=+31.275554355 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aad00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab280): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab280): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab280): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.479303042 +0000 UTC m=+31.275554355 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792b1f0 item 59 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.480830341 +0000 UTC m=+31.277081654 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ab8c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678abe00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678abe00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678abe00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792b8f0 item 60 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678abe00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678abe00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.481362378 +0000 UTC m=+31.277613690 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678abe00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792bab0 item 60 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.482005214 +0000 UTC m=+31.278256527 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912a00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912a00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912a00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912a00): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912a00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.482005214 +0000 UTC m=+31.278256527 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867912a00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792bc70 item 60 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.483235712 +0000 UTC m=+31.279487035 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913580): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b63f0 item 61 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913580): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.483745115 +0000 UTC m=+31.279996428 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913c80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913c80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.483745115 +0000 UTC m=+31.279996428 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867913c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b7420 item 61 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.485110589 +0000 UTC m=+31.281361901 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c3c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c900): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c900): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b7c00 item 62 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c900): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.485611617 +0000 UTC m=+31.281862930 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795c900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.485611617 +0000 UTC m=+31.281862930 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48070 item 62 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.486931484 +0000 UTC m=+31.283182797 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795d640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795db80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795db80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795db80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e484d0 item 63 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795db80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795db80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.487418756 +0000 UTC m=+31.283670068 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795db80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c380): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c380): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c380): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.487418756 +0000 UTC m=+31.283670068 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48770 item 63 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.488749664 +0000 UTC m=+31.285000977 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797c9c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797cf00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797cf00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797cf00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48c40 item 64 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797cf00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797cf00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.489251092 +0000 UTC m=+31.285502405 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797cf00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797d600): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797d600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797d600): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797d600): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797d600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.489251092 +0000 UTC m=+31.285502405 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797d600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48e70 item 64 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797dc40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797dc40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797dc40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797dc40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797dc40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.490575698 +0000 UTC m=+31.286827011 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797dc40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e491f0 item 65 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.491180774 +0000 UTC m=+31.287432087 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a21c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a26c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a26c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a26c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a26c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a26c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.491180774 +0000 UTC m=+31.287432087 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a26c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e493b0 item 65 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a2d00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a2d00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a2d00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a2d00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a2d00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.492563239 +0000 UTC m=+31.288814552 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679a2d00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de28c0 item 66 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.493135702 +0000 UTC m=+31.289387016 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3640): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3640): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3640): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.493135702 +0000 UTC m=+31.289387016 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2a80 item 66 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3c80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3c80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.494268726 +0000 UTC m=+31.290520039 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c3c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2e00 item 67 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.49474674 +0000 UTC m=+31.290998053 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0700): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0700): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0700): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0700): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0700): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.49474674 +0000 UTC m=+31.290998053 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0700): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2fc0 item 67 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0d80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0d80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0d80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0d80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0d80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.495953973 +0000 UTC m=+31.292205287 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f0d80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3340 item 68 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.496499857 +0000 UTC m=+31.292751169 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f17c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f17c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f17c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f17c0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f17c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.496499857 +0000 UTC m=+31.292751169 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f17c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3500 item 68 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1e00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1e00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1e00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1e00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1e00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.497683195 +0000 UTC m=+31.293934508 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677f1e00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de39d0 item 69 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.498208839 +0000 UTC m=+31.294460153 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e880): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e880): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e880): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.498208839 +0000 UTC m=+31.294460153 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8e880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3b90 item 69 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8ef00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8ef00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8ef00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8ef00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8ef00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.499471057 +0000 UTC m=+31.295722371 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8ef00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634070 item 70 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.500105078 +0000 UTC m=+31.296356390 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f940): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.500105078 +0000 UTC m=+31.296356390 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a8f940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676342a0 item 70 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac80c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac80c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac80c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac80c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac80c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.5013273 +0000 UTC m=+31.297578613 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac80c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634690 item 71 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.501895053 +0000 UTC m=+31.298146367 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac85c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac8ac0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac8ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac8ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac8ac0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac8ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.501895053 +0000 UTC m=+31.298146367 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac8ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676348c0 item 71 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.503203509 +0000 UTC m=+31.299454823 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634cb0 item 72 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.503767997 +0000 UTC m=+31.300019311 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9b80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9b80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9b80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9b80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9b80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.503767997 +0000 UTC m=+31.300019311 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac9b80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634f50 item 72 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.504980842 +0000 UTC m=+31.301232155 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867635340 item 73 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.505460709 +0000 UTC m=+31.301712023 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afa740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676357a0 item 73 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.506004338 +0000 UTC m=+31.302255651 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afac00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb140): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb140): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb140): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.506004338 +0000 UTC m=+31.302255651 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676359d0 item 73 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.507272217 +0000 UTC m=+31.303523530 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afb780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afbc80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afbc80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afbc80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36070 item 74 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afbc80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afbc80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.507768566 +0000 UTC m=+31.304019879 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867afbc80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36230 item 74 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.508430909 +0000 UTC m=+31.304682232 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b562c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56840): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.508430909 +0000 UTC m=+31.304682232 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f363f0 item 74 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.509601885 +0000 UTC m=+31.305853197 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b56e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57380): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36770 item 75 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57380): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.510478914 +0000 UTC m=+31.306730227 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f369a0 item 75 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.511175411 +0000 UTC m=+31.307426724 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b578c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57e00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57e00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57e00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57e00): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57e00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.511175411 +0000 UTC m=+31.307426724 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b57e00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36b60 item 75 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.512933147 +0000 UTC m=+31.309184470 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82a40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82a40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82a40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36ee0 item 76 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82a40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82a40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.513588317 +0000 UTC m=+31.309839640 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82a40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f370a0 item 76 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.514296105 +0000 UTC m=+31.310547419 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b82f80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83500): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83500): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83500): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83500): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83500): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.514296105 +0000 UTC m=+31.310547419 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83500): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37260 item 76 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.515869002 +0000 UTC m=+31.312120315 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b83b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37650 item 77 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.516643137 +0000 UTC m=+31.312894450 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0840): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.516643137 +0000 UTC m=+31.312894450 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37880 item 77 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.518319608 +0000 UTC m=+31.314570921 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba0e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1380): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37c00 item 78 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1380): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.51889195 +0000 UTC m=+31.315143263 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1a80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1a80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1a80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1a80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1a80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.51889195 +0000 UTC m=+31.315143263 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ba1a80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37dc0 item 78 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.520357082 +0000 UTC m=+31.316608396 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc01c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc06c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc06c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc06c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867a5e380 item 79 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc06c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc06c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.521027771 +0000 UTC m=+31.317279084 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc06c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0dc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0dc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0dc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0dc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0dc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.521027771 +0000 UTC m=+31.317279084 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc0dc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867a5eaf0 item 79 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.522579367 +0000 UTC m=+31.318830681 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1900): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1900): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867a5f030 item 80 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1900): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.523136982 +0000 UTC m=+31.319388295 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867bc1900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4100): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4100): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4100): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.523136982 +0000 UTC m=+31.319388295 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867a5f1f0 item 80 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.52443607 +0000 UTC m=+31.320687382 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867a5f650 item 81 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.525024794 +0000 UTC m=+31.321276107 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be4bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5100): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5100): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5100): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.525024794 +0000 UTC m=+31.321276107 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867a5fc00 item 81 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5780): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5780): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5780): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.526552684 +0000 UTC m=+31.322803997 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b363f0 item 82 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.527170012 +0000 UTC m=+31.323421325 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867be5c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20300): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20300): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20300): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.527170012 +0000 UTC m=+31.323421325 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36700 item 82 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.529234799 +0000 UTC m=+31.325486112 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36a80 item 83 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.529693405 +0000 UTC m=+31.325944719 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20000): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.529693405 +0000 UTC m=+31.325944719 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120380 item 83 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21700): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21700): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21700): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21700): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21700): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.53274002 +0000 UTC m=+31.328991333 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21700): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e482a0 item 84 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.533367597 +0000 UTC m=+31.329618910 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94480): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94480): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94480): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.533367597 +0000 UTC m=+31.329618910 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48540 item 84 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94b00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94b00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94b00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94b00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94b00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.534636398 +0000 UTC m=+31.330887711 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94b00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e489a0 item 85 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.535255629 +0000 UTC m=+31.331506952 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95540): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95540): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95540): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.535255629 +0000 UTC m=+31.331506952 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48cb0 item 85 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95bc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95bc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.537713579 +0000 UTC m=+31.333964892 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e490a0 item 86 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.538487683 +0000 UTC m=+31.334738996 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553880): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553880): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553880): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.538487683 +0000 UTC m=+31.334738996 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49260 item 86 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670e0d40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670e0d40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670e0d40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670e0d40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670e0d40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.539800478 +0000 UTC m=+31.336051791 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670e0d40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49650 item 87 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.540410693 +0000 UTC m=+31.336662005 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486e40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739e840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739e840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739e840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739e840): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739e840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.540410693 +0000 UTC m=+31.336662005 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739e840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e498f0 item 87 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f940): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f940): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f940): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.541787567 +0000 UTC m=+31.338038880 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49c70 item 88 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.542408381 +0000 UTC m=+31.338659694 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fe40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130640): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130640): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130640): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.542408381 +0000 UTC m=+31.338659694 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49e30 item 88 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.543633489 +0000 UTC m=+31.339884802 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131b40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36bd0 item 89 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131b40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.544141271 +0000 UTC m=+31.340392583 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36d90 item 89 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.54470697 +0000 UTC m=+31.340958283 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e3c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc3c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc3c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc3c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc3c0): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc3c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.54470697 +0000 UTC m=+31.340958283 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc3c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120620 item 89 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.546007441 +0000 UTC m=+31.342258753 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bca00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcf40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcf40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcf40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120d90 item 90 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcf40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcf40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.546592738 +0000 UTC m=+31.342844051 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcf40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128671210a0 item 90 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.547185109 +0000 UTC m=+31.343436421 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdb80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdb80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdb80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdb80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdb80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.547185109 +0000 UTC m=+31.343436421 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bdb80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121340 item 90 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.548630072 +0000 UTC m=+31.344881385 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12940): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12940): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121730 item 91 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12940): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.549255846 +0000 UTC m=+31.345507160 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121a40 item 91 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.549781321 +0000 UTC m=+31.346032634 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a12f00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13480): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13480): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13480): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.549781321 +0000 UTC m=+31.346032634 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121c70 item 91 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.55110275 +0000 UTC m=+31.347354064 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a13ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28100): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28100): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122310 item 92 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28100): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.551688439 +0000 UTC m=+31.347939752 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122620 item 92 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.552294114 +0000 UTC m=+31.348545428 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28c00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28c00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28c00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28c00): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28c00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.552294114 +0000 UTC m=+31.348545428 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b28c00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128671228c0 item 92 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.553754227 +0000 UTC m=+31.350005550 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f4460 item 93 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.554305951 +0000 UTC m=+31.350557264 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032d80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032d80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032d80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032d80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032d80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.554305951 +0000 UTC m=+31.350557264 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867032d80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f47e0 item 93 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.55558998 +0000 UTC m=+31.351841293 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128670333c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867033900): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867033900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867033900): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5030 item 94 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867033900): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867033900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.556111527 +0000 UTC m=+31.352362850 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867033900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea100): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea100): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea100): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.556111527 +0000 UTC m=+31.352362850 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f51f0 item 94 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.557444118 +0000 UTC m=+31.353695431 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673ea740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eac80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eac80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eac80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5570 item 95 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eac80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eac80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.557932933 +0000 UTC m=+31.354184246 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eac80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb380): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb380): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb380): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.557932933 +0000 UTC m=+31.354184246 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5730 item 95 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.559267087 +0000 UTC m=+31.355518399 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128673eb9c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454000): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454000): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5ab0 item 96 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454000): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.559745311 +0000 UTC m=+31.355996634 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454700): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454700): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454700): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454700): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454700): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.559745311 +0000 UTC m=+31.355996634 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454700): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5c70 item 96 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= 2026/05/20 05:03:55 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : >WaitForWriters: 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455200): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455200): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455200): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455200): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455200): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.564969455 +0000 UTC m=+31.361220768 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.564969455 +0000 UTC m=+31.361220768 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455b40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455b40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.564969455 +0000 UTC m=+31.361220768 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c22a0 item 1 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c280): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c280): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.566829394 +0000 UTC m=+31.363080707 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c780): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c780): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c780): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.566829394 +0000 UTC m=+31.363080707 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756c780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c28c0 item 2 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756cdc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756cdc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756cdc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756cdc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756cdc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.568354068 +0000 UTC m=+31.364605381 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756cdc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.568354068 +0000 UTC m=+31.364605381 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d700): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d700): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d700): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d700): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d700): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.568354068 +0000 UTC m=+31.364605381 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756d700): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c30a0 item 3 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756dd80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756dd80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756dd80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756dd80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756dd80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.570133625 +0000 UTC m=+31.366384948 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286756dd80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676083c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676083c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676083c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676083c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676083c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.570133625 +0000 UTC m=+31.366384948 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676083c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3650 item 4 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608a00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608a00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608a00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608a00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608a00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.571379552 +0000 UTC m=+31.367630865 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608a00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.571379552 +0000 UTC m=+31.367630865 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867608e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867609340): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867609340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867609340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867609340): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867609340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.571379552 +0000 UTC m=+31.367630865 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867609340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c39d0 item 5 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676099c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676099c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676099c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676099c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676099c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.573267695 +0000 UTC m=+31.369519007 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676099c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.573267695 +0000 UTC m=+31.369519007 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a380 item 6 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.574664057 +0000 UTC m=+31.370915369 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cc680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.574664057 +0000 UTC m=+31.370915369 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676ccb80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd040): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd040): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd040): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd040): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd040): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.574664057 +0000 UTC m=+31.370915369 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd040): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a700 item 7 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd6c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd6c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.576404289 +0000 UTC m=+31.372655602 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cd6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cdc00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cdc00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cdc00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cdc00): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cdc00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.576404289 +0000 UTC m=+31.372655602 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128676cdc00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1abd0 item 8 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677442c0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x2128677442c0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677442c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677442c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677442c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677442c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677442c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.577707554 +0000 UTC m=+31.373958868 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.577707554 +0000 UTC m=+31.373958868 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867744b00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.577707554 +0000 UTC m=+31.373958868 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b0a0 item 9 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.581471706 +0000 UTC m=+31.377723019 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745bc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745bc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.581471706 +0000 UTC m=+31.377723019 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867745bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b570 item 10 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a300): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x21286779a300): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a300): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a300): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a300): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a300): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a6c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a6c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.582989628 +0000 UTC m=+31.379240941 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779a6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.582989628 +0000 UTC m=+31.379240941 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779abc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b0c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b0c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b0c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b0c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b0c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.582989628 +0000 UTC m=+31.379240941 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b0c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1ba40 item 11 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.584914129 +0000 UTC m=+31.381165441 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779b740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779bc80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779bc80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779bc80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779bc80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779bc80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.584914129 +0000 UTC m=+31.381165441 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286779bc80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e901c0 item 12 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be3c0): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x2128677be3c0): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be3c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be3c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be3c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be3c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be3c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be780): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be780): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be780): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.586630726 +0000 UTC m=+31.382882039 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677be780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bee40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bee40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bee40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bee40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bee40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.586630726 +0000 UTC m=+31.382882039 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bee40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90540 item 13 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bf4c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bf4c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bf4c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bf4c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bf4c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.588154509 +0000 UTC m=+31.384405823 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bf4c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bfa00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bfa00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bfa00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bfa00): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bfa00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.588154509 +0000 UTC m=+31.384405823 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677bfa00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90a10 item 14 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4140): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x2128677e4140): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4140): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4140): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4140): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4500): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4500): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4500): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4500): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4500): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.589542205 +0000 UTC m=+31.385793517 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4500): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4bc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4bc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.589542205 +0000 UTC m=+31.385793517 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e4bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90ee0 item 15 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.590872331 +0000 UTC m=+31.387123645 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5780): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5780): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5780): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.590872331 +0000 UTC m=+31.387123645 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91260 item 16 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5dc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5dc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5dc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5dc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5dc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.592294913 +0000 UTC m=+31.388546226 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677e5dc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.592294913 +0000 UTC m=+31.388546226 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814840): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.592294913 +0000 UTC m=+31.388546226 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e915e0 item 17 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814ec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814ec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814ec0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814ec0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814ec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.594103644 +0000 UTC m=+31.390354958 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867814ec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815400): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815400): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815400): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.594103644 +0000 UTC m=+31.390354958 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91ab0 item 18 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815a80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815a80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815a80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815a80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815a80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.595485298 +0000 UTC m=+31.391736611 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867815a80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.595485298 +0000 UTC m=+31.391736611 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c580): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c580): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c580): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.595485298 +0000 UTC m=+31.391736611 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782c580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91e30 item 19 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782cc00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782cc00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782cc00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782cc00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782cc00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.597275045 +0000 UTC m=+31.393526358 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782cc00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d140): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d140): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d140): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.597275045 +0000 UTC m=+31.393526358 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca620 item 20 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d7c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d7c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d7c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d7c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d7c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.598561177 +0000 UTC m=+31.394812490 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782d7c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.598561177 +0000 UTC m=+31.394812490 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286782dcc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e2c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e2c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e2c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e2c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e2c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.598561177 +0000 UTC m=+31.394812490 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e2c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676caa80 item 21 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e940): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e940): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e940): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.600501058 +0000 UTC m=+31.396752371 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784e940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784ee80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784ee80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784ee80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784ee80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784ee80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.600501058 +0000 UTC m=+31.396752371 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784ee80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb110 item 22 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784f500): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784f500): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784f500): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784f500): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784f500): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.601806328 +0000 UTC m=+31.398057640 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784f500): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.601806328 +0000 UTC m=+31.398057640 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286784fa00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.601806328 +0000 UTC m=+31.398057640 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb7a0 item 23 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.603772477 +0000 UTC m=+31.400023790 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888bc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888bc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888bc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888bc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888bc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.603772477 +0000 UTC m=+31.400023790 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867888bc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e0e0 item 24 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889200): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867889200): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889200): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889200): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889200): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889200): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678895c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678895c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678895c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678895c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678895c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.605301981 +0000 UTC m=+31.401553294 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678895c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.605301981 +0000 UTC m=+31.401553294 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867889ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a100): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a100): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a100): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.605301981 +0000 UTC m=+31.401553294 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e4d0 item 25 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a780): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a780): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a780): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.607207135 +0000 UTC m=+31.403458448 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789a780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789acc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789acc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789acc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789acc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789acc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.607207135 +0000 UTC m=+31.403458448 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789acc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762eaf0 item 26 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b300): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x21286789b300): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b300): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b300): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b300): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b300): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b6c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b6c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.608565636 +0000 UTC m=+31.404816948 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789b6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.608565636 +0000 UTC m=+31.404816948 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286789bbc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea200): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea200): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea200): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea200): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea200): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.608565636 +0000 UTC m=+31.404816948 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762f030 item 27 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea880): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea880): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea880): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.610453287 +0000 UTC m=+31.406704600 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ea880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eadc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eadc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eadc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eadc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eadc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.610453287 +0000 UTC m=+31.406704600 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eadc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762f6c0 item 28 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb400): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x2128678eb400): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb400): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb400): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb400): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb7c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb7c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb7c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb7c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb7c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.611882651 +0000 UTC m=+31.408133964 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eb7c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ebe80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ebe80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ebe80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ebe80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ebe80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.611882651 +0000 UTC m=+31.408133964 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ebe80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747a000 item 29 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918600): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918600): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918600): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.613274434 +0000 UTC m=+31.409525747 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918b40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918b40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.613274434 +0000 UTC m=+31.409525747 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867918b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747a5b0 item 30 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919180): _readAt: size=2, off=0 2026/05/20 05:03:55 ERROR : open-test-file(0x212867919180): Couldn't read size of file 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919180): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919180): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919180): >_writeAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919180): close: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919180): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919540): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919540): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919540): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.614697656 +0000 UTC m=+31.410948970 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919c00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919c00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919c00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919c00): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919c00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.614697656 +0000 UTC m=+31.410948970 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867919c00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747aa10 item 31 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966380): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966380): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.616157348 +0000 UTC m=+31.412408661 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679668c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679668c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679668c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679668c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679668c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.616157348 +0000 UTC m=+31.412408661 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679668c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747aee0 item 32 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966f00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966f00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966f00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966f00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966f00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.617469711 +0000 UTC m=+31.413721024 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867966f00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747b570 item 33 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.618021215 +0000 UTC m=+31.414272528 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967880): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967880): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967880): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.618021215 +0000 UTC m=+31.414272528 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286747b960 item 33 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967ec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967ec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967ec0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967ec0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967ec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.619418748 +0000 UTC m=+31.415670061 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867967ec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b54000 item 34 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.620010658 +0000 UTC m=+31.416261971 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996980): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996980): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996980): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.620010658 +0000 UTC m=+31.416261971 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b541c0 item 34 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996fc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996fc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996fc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996fc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996fc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.621604904 +0000 UTC m=+31.417856217 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867996fc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b54620 item 35 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.622150596 +0000 UTC m=+31.418401909 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997940): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.622150596 +0000 UTC m=+31.418401909 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867997940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b54af0 item 35 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a000c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a000c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a000c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a000c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a000c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.623655805 +0000 UTC m=+31.419907128 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a000c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55030 item 36 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.626055304 +0000 UTC m=+31.422306617 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a005c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a00b00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a00b00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a00b00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a00b00): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a00b00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.626055304 +0000 UTC m=+31.422306617 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a00b00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55260 item 36 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.627442579 +0000 UTC m=+31.423693892 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b555e0 item 37 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.627994563 +0000 UTC m=+31.424245877 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a015c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01ac0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01ac0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.627994563 +0000 UTC m=+31.424245877 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a01ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55880 item 37 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.629369404 +0000 UTC m=+31.425620717 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b55d50 item 38 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.630004596 +0000 UTC m=+31.426255909 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2e740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2ec80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2ec80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2ec80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2ec80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2ec80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.630004596 +0000 UTC m=+31.426255909 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2ec80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792a230 item 38 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f300): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f300): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.63128108 +0000 UTC m=+31.427532394 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792a7e0 item 39 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.631905622 +0000 UTC m=+31.428156945 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2f800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2fd00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2fd00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2fd00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2fd00): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2fd00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.631905622 +0000 UTC m=+31.428156945 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a2fd00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792aa80 item 39 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c480): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c480): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c480): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.633330939 +0000 UTC m=+31.429582253 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792b180 item 40 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.633920915 +0000 UTC m=+31.430172228 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5c980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5cec0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5cec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5cec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5cec0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5cec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.633920915 +0000 UTC m=+31.430172228 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5cec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792b570 item 40 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.635198933 +0000 UTC m=+31.431450246 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792ba40 item 41 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.63587897 +0000 UTC m=+31.432130283 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5d980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286792bc00 item 41 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.636441384 +0000 UTC m=+31.432692697 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a5de40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84480): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84480): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84480): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.636441384 +0000 UTC m=+31.432692697 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b6000 item 41 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.638060105 +0000 UTC m=+31.434311419 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84fc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84fc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84fc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b73b0 item 42 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84fc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84fc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.63863854 +0000 UTC m=+31.434889854 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a84fc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b7880 item 42 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.639477908 +0000 UTC m=+31.435729221 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85500): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85a80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85a80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85a80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85a80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85a80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.639477908 +0000 UTC m=+31.435729221 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a85a80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676b7b20 item 42 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.640729636 +0000 UTC m=+31.436980949 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba1c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba6c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2230 item 43 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba6c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.641236996 +0000 UTC m=+31.437488310 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aba6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de23f0 item 43 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.641758915 +0000 UTC m=+31.438010227 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abac00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb140): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb140): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb140): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.641758915 +0000 UTC m=+31.438010227 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de25b0 item 43 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.643230699 +0000 UTC m=+31.439482012 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abb780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abbc80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abbc80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abbc80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2930 item 44 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abbc80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abbc80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.643722309 +0000 UTC m=+31.439973622 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867abbc80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2af0 item 44 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.644300002 +0000 UTC m=+31.440551315 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee2c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee840): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.644300002 +0000 UTC m=+31.440551315 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aee840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de2cb0 item 44 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.645612184 +0000 UTC m=+31.441863498 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aeee80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aef380): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aef380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aef380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3030 item 45 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aef380): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aef380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.64612811 +0000 UTC m=+31.442379423 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aef380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aefa80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aefa80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aefa80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aefa80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aefa80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.64612811 +0000 UTC m=+31.442379423 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867aefa80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de31f0 item 45 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.647612879 +0000 UTC m=+31.443864192 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b301c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b306c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b306c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b306c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3570 item 46 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b306c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b306c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.648174842 +0000 UTC m=+31.444426156 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b306c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b30dc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b30dc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b30dc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b30dc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b30dc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.648174842 +0000 UTC m=+31.444426156 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b30dc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3810 item 46 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.649705509 +0000 UTC m=+31.445956842 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31900): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31900): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3c00 item 47 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31900): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.650237485 +0000 UTC m=+31.446488799 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b31900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68100): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68100): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68100): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.650237485 +0000 UTC m=+31.446488799 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867de3dc0 item 47 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.651818225 +0000 UTC m=+31.448069549 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68c40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68c40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68c40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634310 item 48 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68c40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68c40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.652567573 +0000 UTC m=+31.448818887 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b68c40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69340): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69340): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.652567573 +0000 UTC m=+31.448818887 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634540 item 48 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.654180094 +0000 UTC m=+31.450431407 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634930 item 49 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.654729563 +0000 UTC m=+31.450980886 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b69e00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90440): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90440): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90440): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.654729563 +0000 UTC m=+31.450980886 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634b60 item 49 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ac0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ac0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.656410684 +0000 UTC m=+31.452662008 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36070 item 50 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.65846995 +0000 UTC m=+31.454721293 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e540): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e540): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e540): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.65846995 +0000 UTC m=+31.454721293 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790e540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36380 item 50 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790ebc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790ebc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790ebc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790ebc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790ebc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.659785669 +0000 UTC m=+31.456036982 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790ebc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36850 item 51 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.660301745 +0000 UTC m=+31.456553079 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f0c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f600): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f600): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f600): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.660301745 +0000 UTC m=+31.456553079 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790f600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36a10 item 51 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fc80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fc80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fc80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fc80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fc80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.661753021 +0000 UTC m=+31.458004373 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286790fc80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b36d90 item 52 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.662432547 +0000 UTC m=+31.458683860 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90800): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90800): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90800): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.662432547 +0000 UTC m=+31.458683860 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b37180 item 52 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ec0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ec0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.663835291 +0000 UTC m=+31.460086614 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b90ec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b37730 item 53 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.664423964 +0000 UTC m=+31.460675297 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b913c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b91900): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b91900): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b91900): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b91900): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b91900): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.664423964 +0000 UTC m=+31.460675297 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867b91900): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867b37b20 item 53 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a340): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a340): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a340): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.665849302 +0000 UTC m=+31.462100625 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128671220e0 item 54 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.666480545 +0000 UTC m=+31.462731858 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1a840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1adc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1adc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1adc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1adc0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1adc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.666480545 +0000 UTC m=+31.462731858 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1adc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122460 item 54 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b440): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b440): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.667669304 +0000 UTC m=+31.463920617 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867122bd0 item 55 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.668210387 +0000 UTC m=+31.464461701 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1b940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1be80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1be80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1be80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1be80): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1be80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.668210387 +0000 UTC m=+31.464461701 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c1be80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867123260 item 55 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.669646044 +0000 UTC m=+31.465897357 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676341c0 item 56 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.670276146 +0000 UTC m=+31.466527459 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c20b80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21100): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21100): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21100): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.670276146 +0000 UTC m=+31.466527459 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634380 item 56 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.671485234 +0000 UTC m=+31.467736546 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634770 item 57 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.672062576 +0000 UTC m=+31.468313889 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c21c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634a10 item 57 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.672605603 +0000 UTC m=+31.468856916 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c948c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c948c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c948c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c948c0): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c948c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.672605603 +0000 UTC m=+31.468856916 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c948c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867634bd0 item 57 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.674133564 +0000 UTC m=+31.470384887 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c94f00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95440): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867635110 item 58 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95440): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.674681521 +0000 UTC m=+31.470932844 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676352d0 item 58 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.67532591 +0000 UTC m=+31.471577233 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867c95980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552080): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552080): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552080): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.67532591 +0000 UTC m=+31.471577233 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867552080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676356c0 item 58 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.676719427 +0000 UTC m=+31.472970750 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675537c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867635b20 item 59 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.677319762 +0000 UTC m=+31.473571086 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867553d00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36150 item 59 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.677928814 +0000 UTC m=+31.474180127 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867486640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867487980): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867487980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867487980): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867487980): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867487980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.677928814 +0000 UTC m=+31.474180127 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867487980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36310 item 59 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.679578846 +0000 UTC m=+31.475830169 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739f5c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fcc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fcc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fcc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36690 item 60 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fcc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fcc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.680148313 +0000 UTC m=+31.476399636 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286739fcc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f368c0 item 60 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.680783145 +0000 UTC m=+31.477034468 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130e00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130e00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130e00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130e00): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130e00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.680783145 +0000 UTC m=+31.477034468 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867130e00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36a80 item 60 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.682357012 +0000 UTC m=+31.478608335 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867131940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc440): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc440): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc440): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36e00 item 61 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc440): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc440): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.682896453 +0000 UTC m=+31.479147796 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bc440): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcb40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcb40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.682896453 +0000 UTC m=+31.479147796 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bcb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f36fc0 item 61 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.684320387 +0000 UTC m=+31.480571700 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd180): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd6c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37340 item 62 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd6c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.68486641 +0000 UTC m=+31.481117723 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128675bd6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454140): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454140): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454140): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.68486641 +0000 UTC m=+31.481117723 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37570 item 62 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.686300904 +0000 UTC m=+31.482552216 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454cc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454cc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454cc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37960 item 63 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454cc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454cc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.686857727 +0000 UTC m=+31.483109040 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867454cc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455400): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455400): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455400): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.686857727 +0000 UTC m=+31.483109040 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867f37b20 item 63 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): >_readAt: n=0, err=Bad file descriptor 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.688401868 +0000 UTC m=+31.484653191 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867455a40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a080): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a080): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48000 item 64 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a080): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.688931049 +0000 UTC m=+31.485182373 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a780): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a780): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a780): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a780): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a780): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.688931049 +0000 UTC m=+31.485182373 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765a780): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e481c0 item 64 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765adc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765adc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765adc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765adc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765adc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.690502743 +0000 UTC m=+31.486754067 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765adc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48700 item 65 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.691110403 +0000 UTC m=+31.487361726 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b740): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b740): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b740): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b740): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b740): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.691110403 +0000 UTC m=+31.487361726 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765b740): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e488c0 item 65 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765bd80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765bd80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765bd80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765bd80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765bd80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.692658071 +0000 UTC m=+31.488909384 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286765bd80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48e00 item 66 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.693251393 +0000 UTC m=+31.489502716 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732840): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732840): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732840): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.693251393 +0000 UTC m=+31.489502716 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e48fc0 item 66 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.694634059 +0000 UTC m=+31.490885372 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867732e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49340 item 67 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.695174802 +0000 UTC m=+31.491426115 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733800): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733800): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733800): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733800): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733800): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.695174802 +0000 UTC m=+31.491426115 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733800): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49500 item 67 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.696613284 +0000 UTC m=+31.492864597 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867733e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49960 item 68 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.697348394 +0000 UTC m=+31.493599707 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867774480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677749c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677749c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677749c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677749c0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677749c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.697348394 +0000 UTC m=+31.493599707 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677749c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e49b20 item 68 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775000): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775000): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775000): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.698727683 +0000 UTC m=+31.494978997 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120000 item 69 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.699234353 +0000 UTC m=+31.495485686 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775480): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775980): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775980): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775980): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.699234353 +0000 UTC m=+31.495485686 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867775980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120690 item 69 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e100): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e100): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e100): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.700494907 +0000 UTC m=+31.496746220 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867120ee0 item 70 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.701053313 +0000 UTC m=+31.497304627 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778e600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778eb40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778eb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778eb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778eb40): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778eb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.701053313 +0000 UTC m=+31.497304627 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778eb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121110 item 70 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f1c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f1c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f1c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f1c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f1c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.702283401 +0000 UTC m=+31.498534714 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f1c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121570 item 71 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.702829664 +0000 UTC m=+31.499080978 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778f6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778fbc0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778fbc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778fbc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778fbc0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778fbc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.702829664 +0000 UTC m=+31.499080978 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286778fbc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121810 item 71 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6340): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6340): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6340): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.704697639 +0000 UTC m=+31.500948952 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867121dc0 item 72 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.705302232 +0000 UTC m=+31.501553546 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6d80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6d80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6d80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6d80): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6d80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.705302232 +0000 UTC m=+31.501553546 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b6d80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f43f0 item 72 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.706506039 +0000 UTC m=+31.502757353 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7840): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7840): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f4930 item 73 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7840): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.707024651 +0000 UTC m=+31.503275964 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f4af0 item 73 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.707541799 +0000 UTC m=+31.503793113 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677b7d00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8340): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8340): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.707541799 +0000 UTC m=+31.503793113 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5180 item 73 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.708789761 +0000 UTC m=+31.505041074 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8e80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8e80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8e80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5500 item 74 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8e80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8e80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.709300707 +0000 UTC m=+31.505552020 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c8e80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f56c0 item 74 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.709903958 +0000 UTC m=+31.506155271 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c93c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c9940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c9940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c9940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c9940): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c9940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.709903958 +0000 UTC m=+31.506155271 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677c9940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5880 item 74 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.711446156 +0000 UTC m=+31.507697468 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee580): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676f5c00 item 75 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee580): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.711948427 +0000 UTC m=+31.508199770 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ee580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): _writeAt: size=3, off=2 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805c0e0 item 75 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.712515179 +0000 UTC m=+31.508766491 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677eeac0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef000): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef000): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef000): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.712515179 +0000 UTC m=+31.508766491 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805c310 item 75 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.71389519 +0000 UTC m=+31.510146503 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677ef640): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677efb40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677efb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677efb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805c700 item 76 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677efb40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677efb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.714403792 +0000 UTC m=+31.510655104 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128677efb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805c8c0 item 76 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): _writeAt: size=3, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.715030338 +0000 UTC m=+31.511281650 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812180): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812700): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812700): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812700): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812700): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812700): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.715030338 +0000 UTC m=+31.511281650 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812700): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805ca80 item 76 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.716311491 +0000 UTC m=+31.512562804 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867812d40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813240): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813240): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805d0a0 item 77 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813240): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.716850781 +0000 UTC m=+31.513102094 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813940): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813940): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813940): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813940): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813940): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.716850781 +0000 UTC m=+31.513102094 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867813940): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805d420 item 77 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.718289083 +0000 UTC m=+31.514540396 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828580): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828580): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828580): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805d810 item 78 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828580): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828580): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.718842048 +0000 UTC m=+31.515093362 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828580): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828c80): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828c80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828c80): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828c80): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828c80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.718842048 +0000 UTC m=+31.515093362 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867828c80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805d9d0 item 78 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.720210758 +0000 UTC m=+31.516462071 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678292c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678297c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678297c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678297c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286805dd50 item 79 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678297c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678297c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.720707708 +0000 UTC m=+31.516959021 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678297c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867829ec0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867829ec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867829ec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867829ec0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867829ec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.720707708 +0000 UTC m=+31.516959021 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867829ec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c21c0 item 79 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.722242382 +0000 UTC m=+31.518493694 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848b00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848b00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848b00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c25b0 item 80 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848b00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848b00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.722671294 +0000 UTC m=+31.518922607 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867848b00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849200): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849200): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849200): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849200): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849200): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.722671294 +0000 UTC m=+31.518922607 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849200): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c2850 item 80 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849840): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849840): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849840): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849840): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849840): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.724287441 +0000 UTC m=+31.520538754 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849840): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c2fc0 item 81 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.724889059 +0000 UTC m=+31.521140372 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867849cc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e300): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e300): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e300): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.724889059 +0000 UTC m=+31.521140372 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c31f0 item 81 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e980): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e980): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e980): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.726249954 +0000 UTC m=+31.522501267 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785e980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3650 item 82 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.726821815 +0000 UTC m=+31.523073129 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785ee80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785f400): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785f400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785f400): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785f400): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785f400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.726821815 +0000 UTC m=+31.523073129 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785f400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3810 item 82 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785fa80): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785fa80): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785fa80): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785fa80): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785fa80): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.727995936 +0000 UTC m=+31.524247250 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286785fa80): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128675c3d50 item 83 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.728644905 +0000 UTC m=+31.524896218 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e080): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e5c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e5c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e5c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e5c0): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e5c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.728644905 +0000 UTC m=+31.524896218 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788e5c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a1c0 item 83 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788ec40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788ec40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788ec40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788ec40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788ec40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.730055233 +0000 UTC m=+31.526306546 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788ec40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a5b0 item 84 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.730654086 +0000 UTC m=+31.526905399 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f6c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f6c0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.730654086 +0000 UTC m=+31.526905399 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788f6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1a770 item 84 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788fd40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788fd40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788fd40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788fd40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788fd40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.732148623 +0000 UTC m=+31.528399936 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286788fd40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1aaf0 item 85 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.732679338 +0000 UTC m=+31.528930661 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae340): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae880): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae880): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae880): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.732679338 +0000 UTC m=+31.528930661 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ae880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1acb0 item 85 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aef00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aef00): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aef00): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aef00): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aef00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.734210895 +0000 UTC m=+31.530462208 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678aef00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b180 item 86 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.734782736 +0000 UTC m=+31.531034049 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af400): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af980): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af980): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af980): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af980): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af980): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.734782736 +0000 UTC m=+31.531034049 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678af980): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b340 item 86 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee100): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee100): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee100): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee100): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee100): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.736276824 +0000 UTC m=+31.532528137 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee100): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b6c0 item 87 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.736886377 +0000 UTC m=+31.533137690 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ee600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eeb40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eeb40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eeb40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eeb40): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eeb40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.736886377 +0000 UTC m=+31.533137690 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678eeb40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1b9d0 item 87 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef1c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef1c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef1c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef1c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef1c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.738375745 +0000 UTC m=+31.534627057 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef1c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e1bd50 item 88 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.739005787 +0000 UTC m=+31.535257100 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678ef6c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678efc40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678efc40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678efc40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678efc40): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678efc40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.739005787 +0000 UTC m=+31.535257100 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128678efc40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e901c0 item 88 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.740352324 +0000 UTC m=+31.536603637 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a8c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a8c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a8c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90540 item 89 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a8c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a8c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.740840408 +0000 UTC m=+31.537091721 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795a8c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90850 item 89 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.741361483 +0000 UTC m=+31.537612796 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795ae00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b380): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b380): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b380): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b380): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b380): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.741361483 +0000 UTC m=+31.537612796 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b380): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90a10 item 89 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.742687863 +0000 UTC m=+31.538939176 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286795b9c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a000): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a000): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e90ee0 item 90 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a000): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.743175886 +0000 UTC m=+31.539427199 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e910a0 item 90 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.743742338 +0000 UTC m=+31.539993671 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797a540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797ab00): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797ab00): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797ab00): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797ab00): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797ab00): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.743742338 +0000 UTC m=+31.539993671 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797ab00): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91260 item 90 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.744913644 +0000 UTC m=+31.541164957 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b140): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b680): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b680): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b680): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e915e0 item 91 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b680): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b680): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.74592143 +0000 UTC m=+31.542172744 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797b680): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): >_readAt: n=2, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): _writeAt: size=3, off=7 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e917a0 item 91 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.746660038 +0000 UTC m=+31.542911351 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286797bbc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a240): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a240): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a240): >_readAt: n=8, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.746660038 +0000 UTC m=+31.542911351 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91960 item 91 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.748008739 +0000 UTC m=+31.544260053 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799a880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799adc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799adc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799adc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x212867e91ce0 item 92 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799adc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799adc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.748515178 +0000 UTC m=+31.544766491 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799adc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): open at offset 5 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca000 item 92 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): _readAt: size=2, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): _writeAt: size=3, off=5 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): >_writeAt: n=3, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.749136563 +0000 UTC m=+31.545387876 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b300): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b8c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b8c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b8c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b8c0): >_readAt: n=3, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b8c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.749136563 +0000 UTC m=+31.545387876 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x21286799b8c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca1c0 item 92 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:55 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.750345841 +0000 UTC m=+31.546597155 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc000): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc540): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc540): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc540): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca7e0 item 93 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc540): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc540): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.75085835 +0000 UTC m=+31.547109663 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bc540): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bcc40): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bcc40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bcc40): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bcc40): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bcc40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.75085835 +0000 UTC m=+31.547109663 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bcc40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676ca9a0 item 93 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.752187295 +0000 UTC m=+31.548438618 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd280): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd7c0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd7c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd7c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676caee0 item 94 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd7c0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd7c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.752851081 +0000 UTC m=+31.549102424 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bd7c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bdec0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bdec0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bdec0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bdec0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bdec0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.752851081 +0000 UTC m=+31.549102424 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x2128679bdec0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb0a0 item 94 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.754464794 +0000 UTC m=+31.550716127 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94600): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94b40): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94b40): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94b40): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cb730 item 95 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94b40): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94b40): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.754987102 +0000 UTC m=+31.551238415 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a94b40): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95240): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95240): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95240): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95240): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95240): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.754987102 +0000 UTC m=+31.551238415 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95240): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2128676cbb90 item 95 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): open at offset 0 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): _readAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): >_readAt: n=0, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.756521856 +0000 UTC m=+31.552773169 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95880): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95dc0): _writeAt: size=5, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95dc0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95dc0): >openPending: err= 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e0e0 item 96 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95dc0): >_writeAt: n=5, err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95dc0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.757057189 +0000 UTC m=+31.553308502 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867a95dc0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/20 05:03:55 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:55 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/20 05:03:55 DEBUG : open-test-file: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac25c0): _readAt: size=512, off=0 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac25c0): openPending: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac25c0): >openPending: err= 2026/05/20 05:03:55 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac25c0): >_readAt: n=5, err=EOF 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac25c0): close: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-20 05:03:55.757057189 +0000 UTC m=+31.553308502 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : open-test-file(0x212867ac25c0): >close: err= 2026/05/20 05:03:55 DEBUG : open-test-file: Remove: 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21286762e2a0 item 96 2026/05/20 05:03:55 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/20 05:03:55 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/20 05:03:55 DEBUG : open-test-file: >Remove: err= 2026/05/20 05:03:55 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : >WaitForWriters: 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.40s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.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-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:55 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:55 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:55 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:55 DEBUG : file1: newRWFileHandle: 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): openPending: 2026/05/20 05:03:55 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): >openPending: err= 2026/05/20 05:03:55 DEBUG : file1: >newRWFileHandle: err= 2026/05/20 05:03:55 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:55 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/20 05:03:55 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): _writeAt: size=2, off=0 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): >_writeAt: n=2, err= 2026/05/20 05:03:55 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): RWFileHandle.Flush 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): RWFileHandle.Release 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): close: 2026/05/20 05:03:55 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/20 05:03:55 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:55 DEBUG : file1(0x212867b04440): >close: err= 2026/05/20 05:03:55 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:55 DEBUG : file1: vfs cache: starting upload 2026/05/20 05:03:55 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1.a0a9169e.partial" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1.a0a9169e.partial 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1.a0a9169e.partial" 2026/05/20 05:03:55 DEBUG : Looking for writers 2026/05/20 05:03:55 DEBUG : file1: reading active writers 2026/05/20 05:03:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-naxehar7bogo/file1.a0a9169e.partial 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:55 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/20 05:03:55 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/20 05:03:55 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/20 05:03:55 INFO : file1: Copied (new) 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:55 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:56 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:56 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/20 05:03:56 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/20 05:03:56 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/20 05:03:56 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/20 05:03:56 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:03:56 INFO : file1: vfs cache: upload succeeded try #1 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : file1: reading active writers 2026/05/20 05:03:56 DEBUG : >WaitForWriters: 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-naxehar7bogo/file1 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/20 05:03:56 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : file1: reading active writers 2026/05/20 05:03:56 DEBUG : >WaitForWriters: 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:56 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:03:56 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:56 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:03:56 DEBUG : rename_me: newRWFileHandle: 2026/05/20 05:03:56 DEBUG : rename_me(0x212867ac2100): openPending: 2026/05/20 05:03:56 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/20 05:03:56 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/20 05:03:56 DEBUG : rename_me(0x212867ac2100): >openPending: err= 2026/05/20 05:03:56 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/20 05:03:56 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/20 05:03:56 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/20 05:03:56 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/20 05:03:56 DEBUG : rename_me(0x212867ac2100): _writeAt: size=5, off=0 2026/05/20 05:03:56 DEBUG : rename_me(0x212867ac2100): >_writeAt: n=5, err= 2026/05/20 05:03:56 DEBUG : rename_me(0x212867ac2100): close: 2026/05/20 05:03:56 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-20 05:03:56.28978395 +0000 UTC m=+32.086035274 2026/05/20 05:03:56 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/20 05:03:56 DEBUG : rename_me(0x212867ac2100): >close: err= 2026/05/20 05:03:56 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/20 05:03:56 DEBUG : i_was_renamed: Updating file with 0x212867e2a1a0 2026/05/20 05:03:56 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/20 05:03:56 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/20 05:03:56 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : i_was_renamed: reading active writers 2026/05/20 05:03:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : i_was_renamed: reading active writers 2026/05/20 05:03:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : i_was_renamed: reading active writers 2026/05/20 05:03:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : i_was_renamed: reading active writers 2026/05/20 05:03:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/20 05:03:56 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:56 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-naxehar7bogo/dir/file1: no such file or directory 2026/05/20 05:03:56 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/20 05:03:56 DEBUG : i_was_renamed.9f3caef5.partial: size = 5 OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/i_was_renamed.9f3caef5.partial" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/i_was_renamed.9f3caef5.partial 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/i_was_renamed.9f3caef5.partial" 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : i_was_renamed: reading active writers 2026/05/20 05:03:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/i_was_renamed.9f3caef5.partial 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : i_was_renamed.9f3caef5.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:56 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:03:56 DEBUG : i_was_renamed.9f3caef5.partial: renamed to: i_was_renamed 2026/05/20 05:03:56 INFO : i_was_renamed: Copied (new) 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/i_was_renamed" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/i_was_renamed 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/i_was_renamed" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/i_was_renamed 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:03:56 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-20 05:03:56 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/20 05:03:56 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/20 05:03:56 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/20 05:03:56 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/20 05:03:56 DEBUG : Looking for writers 2026/05/20 05:03:56 DEBUG : i_was_renamed: reading active writers 2026/05/20 05:03:56 DEBUG : >WaitForWriters: 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:03:56 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/20 05:03:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-naxehar7bogo" 2026/05/20 05:03:56 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:56 DEBUG : forgetting directory cache 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:56 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:56 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6e440): _readAt: size=512, off=0 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6e440): openPending: 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-20 04:04:56 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/20 05:03:57 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6e440): >openPending: err= 2026/05/20 05:03:57 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6e440): >_readAt: n=20, err=EOF 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6e440): close: 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:04:56 +0000 UTC 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6e440): >close: err= 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:57 DEBUG : forgetting directory cache 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/20 05:03:57 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6f240): _readAt: size=512, off=0 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6f240): openPending: 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-20 04:05:56 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-20 04:04:56 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-20 04:05:56 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-20 04:04:56 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/20 05:03:57 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/20 05:03:57 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6f240): >openPending: err= 2026/05/20 05:03:57 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6f240): >_readAt: n=20, err=EOF 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6f240): close: 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:05:56 +0000 UTC 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate(0x212867b6f240): >close: err= 2026/05/20 05:03:57 DEBUG : Re-reading directory (100.389867ms old) 2026/05/20 05:03:57 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:57 DEBUG : forgetting directory cache 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:57 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:57 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x212867b83900): _readAt: size=512, off=0 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x212867b83900): openPending: 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-20 04:06:56 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-20 04:05:56 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-20 04:06:56 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-20 04:05:56 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/20 05:03:58 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/20 05:03:58 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x212867b83900): >openPending: err= 2026/05/20 05:03:58 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x212867b83900): >_readAt: n=20, err=EOF 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x212867b83900): close: 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:06:56 +0000 UTC 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x212867b83900): >close: err= 2026/05/20 05:03:58 DEBUG : Re-reading directory (107.940814ms old) 2026/05/20 05:03:58 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : forgetting directory cache 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x21286790e0c0): _readAt: size=512, off=0 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x21286790e0c0): openPending: 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-20 04:07:56 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-20 04:06:56 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-20 04:07:56 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-20 04:06:56 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/20 05:03:58 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/20 05:03:58 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x21286790e0c0): >openPending: err= 2026/05/20 05:03:58 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x21286790e0c0): >_readAt: n=20, err=EOF 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x21286790e0c0): close: 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:07:56 +0000 UTC 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate(0x21286790e0c0): >close: err= 2026/05/20 05:03:58 DEBUG : Re-reading directory (100.563167ms old) 2026/05/20 05:03:58 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:58 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:58 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/20 05:03:58 DEBUG : forgetting directory cache 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04600): _readAt: size=512, off=0 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04600): openPending: 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-20 04:08:56 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-20 04:07:56 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-20 04:08:56 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-20 04:07:56 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/20 05:03:59 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/20 05:03:59 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04600): >openPending: err= 2026/05/20 05:03:59 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04600): >_readAt: n=20, err=EOF 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04600): close: 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:08:56 +0000 UTC 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04600): >close: err= 2026/05/20 05:03:59 DEBUG : Re-reading directory (104.908427ms old) 2026/05/20 05:03:59 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/20 05:03:59 DEBUG : forgetting directory cache 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04ac0): _readAt: size=512, off=0 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04ac0): openPending: 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-20 04:09:56 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-20 04:08:56 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-20 04:09:56 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-20 04:08:56 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/20 05:03:59 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/20 05:03:59 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04ac0): >openPending: err= 2026/05/20 05:03:59 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04ac0): >_readAt: n=20, err=EOF 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04ac0): close: 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:09:56 +0000 UTC 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate(0x212867b04ac0): >close: err= 2026/05/20 05:03:59 DEBUG : Re-reading directory (101.627531ms old) 2026/05/20 05:03:59 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:03:59 DEBUG : forgetting directory cache 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:03:59 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:03:59 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b04ec0): _readAt: size=512, off=0 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b04ec0): openPending: 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-20 04:10:56 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-20 04:09:56 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-20 04:10:56 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-20 04:09:56 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/20 05:04:00 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/20 05:04:00 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b04ec0): >openPending: err= 2026/05/20 05:04:00 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b04ec0): >_readAt: n=21, err=EOF 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b04ec0): close: 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:10:56 +0000 UTC 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b04ec0): >close: err= 2026/05/20 05:04:00 DEBUG : Re-reading directory (113.957849ms old) 2026/05/20 05:04:00 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : forgetting directory cache 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b05d00): _readAt: size=512, off=0 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b05d00): openPending: 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-20 04:11:56 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-20 04:10:56 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-20 04:11:56 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-20 04:10:56 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/20 05:04:00 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/20 05:04:00 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b05d00): >openPending: err= 2026/05/20 05:04:00 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b05d00): >_readAt: n=22, err=EOF 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b05d00): close: 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:11:56 +0000 UTC 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate(0x212867b05d00): >close: err= 2026/05/20 05:04:00 DEBUG : Re-reading directory (109.729078ms old) 2026/05/20 05:04:00 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:00 DEBUG : forgetting directory cache 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:00 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:00 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286790fe40): _readAt: size=512, off=0 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286790fe40): openPending: 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-20 04:12:56 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-20 04:11:56 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-20 04:12:56 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-20 04:11:56 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/20 05:04:01 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/20 05:04:01 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286790fe40): >openPending: err= 2026/05/20 05:04:01 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286790fe40): >_readAt: n=23, err=EOF 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286790fe40): close: 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:12:56 +0000 UTC 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286790fe40): >close: err= 2026/05/20 05:04:01 DEBUG : Re-reading directory (112.291525ms old) 2026/05/20 05:04:01 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/20 05:04:01 DEBUG : forgetting directory cache 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286739fb40): _readAt: size=512, off=0 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286739fb40): openPending: 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-naxehar7bogo/TestRWCacheUpdate 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-20 04:13:56 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-20 04:12:56 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-20 04:13:56 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-20 04:12:56 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/20 05:04:01 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/20 05:04:01 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286739fb40): >openPending: err= 2026/05/20 05:04:01 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286739fb40): >_readAt: n=24, err=EOF 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286739fb40): close: 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-20 04:13:56 +0000 UTC 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate(0x21286739fb40): >close: err= 2026/05/20 05:04:01 DEBUG : Re-reading directory (101.892572ms old) 2026/05/20 05:04:01 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/20 05:04:01 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:01 DEBUG : Looking for writers 2026/05/20 05:04:01 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/20 05:04:01 DEBUG : >WaitForWriters: 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.13s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:01 DEBUG : forgetting directory cache 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:01 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:01 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/20 05:04:02 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:02 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:02 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:02 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:02 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:02 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:02 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:02 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/20 05:04:02 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:02 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:02 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:02 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:02 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:02 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/20 05:04:02 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:02 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:02 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:02 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:02 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:02 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:02 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:02 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/20 05:04:02 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/20 05:04:02 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/20 05:04:02 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:02 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/20 05:04:02 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:02 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/20 05:04:02 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/20 05:04:02 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/20 05:04:02 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:02 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/FiLeA" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-naxehar7bogo/FiLeA 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:02 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:02 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/20 05:04:03 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/20 05:04:03 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/20 05:04:03 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FiLeB" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-naxehar7bogo/FiLeB 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/20 05:04:03 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/20 05:04:03 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/20 05:04:03 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/FilEb" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-naxehar7bogo/FilEb 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/20 05:04:03 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/20 05:04:03 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/20 05:04:03 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/20 05:04:03 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/20 05:04:03 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:03 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:03 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:03 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/20 05:04:03 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/20 05:04:03 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/20 05:04:03 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/20 05:04:03 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:03 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : FiLeA: reading active writers 2026/05/20 05:04:03 DEBUG : FiLeB: reading active writers 2026/05/20 05:04:03 DEBUG : FilEb: reading active writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : FiLeA: reading active writers 2026/05/20 05:04:03 DEBUG : FiLeB: reading active writers 2026/05/20 05:04:03 DEBUG : FilEb: reading active writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.60s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/normal name with no special characters.txt" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/normal\ name\ with\ no\ special\ characters.txt 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-naxehar7bogo/normal name with no special characters.txt 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/normal name with no special characters.txt" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/normal\ name\ with\ no\ special\ characters.txt 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-naxehar7bogo/normal name with no special characters.txt 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/測試_Русский___ě_áñ" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/測試_Русский___ě_áñ 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/測試_Русский___ě_áñ" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-naxehar7bogo/測試_Русский___ě_áñ 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/測試_Русский___ě_áñ" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/測試_Русский___ě_áñ 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/測試_Русский___ě_áñ" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-naxehar7bogo/測試_Русский___ě_áñ 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/20 05:04:03 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/normal name with no special characters.txt" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/normal\ name\ with\ no\ special\ characters.txt 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/normal\ name\ with\ no\ special\ characters.txt" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-naxehar7bogo/normal name with no special characters.txt 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/測試_Русский___ě_áñ" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/測試_Русский___ě_áñ 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/測試_Русский___ě_áñ" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-naxehar7bogo/測試_Русский___ě_áñ 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/20 05:04:03 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.61s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:03 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Reusing VFS from active cache 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:03 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:03 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:03 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:03 DEBUG : Looking for writers 2026/05/20 05:04:03 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:03 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:03 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/20 05:04:04 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:04 DEBUG : dir: Looking for writers 2026/05/20 05:04:04 DEBUG : file2: reading active writers 2026/05/20 05:04:04 DEBUG : Looking for writers 2026/05/20 05:04:04 DEBUG : dir: reading active writers 2026/05/20 05:04:04 DEBUG : file1: reading active writers 2026/05/20 05:04:04 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.40s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:04 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/20 05:04:04 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:04 DEBUG : dir: Looking for writers 2026/05/20 05:04:04 DEBUG : Looking for writers 2026/05/20 05:04:04 DEBUG : dir: reading active writers 2026/05/20 05:04:04 DEBUG : file1: reading active writers 2026/05/20 05:04:04 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:04 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:04 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:04 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/20 05:04:05 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:05 DEBUG : file1: Open: flags=O_RDONLY 2026/05/20 05:04:05 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/20 05:04:05 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/20 05:04:05 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:05 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:05 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/20 05:04:05 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/new_file.txt" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/new_file.txt 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/new_file.txt" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/dir/new_file.txt 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:04:05 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/20 05:04:05 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/20 05:04:05 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:05 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/20 05:04:05 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:05 DEBUG : dir: Looking for writers 2026/05/20 05:04:05 DEBUG : file2: reading active writers 2026/05/20 05:04:05 DEBUG : new_file.txt: reading active writers 2026/05/20 05:04:05 DEBUG : Looking for writers 2026/05/20 05:04:05 DEBUG : dir: reading active writers 2026/05/20 05:04:05 DEBUG : file1: reading active writers 2026/05/20 05:04:05 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.53s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:05 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file2" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-naxehar7bogo/dir/file2 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/20 05:04:05 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/20 05:04:05 DEBUG : dir/file1: Updating file with dir/file1 0x21286783c000 2026/05/20 05:04:05 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/20 05:04:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/dir/file1" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-naxehar7bogo/dir/file1 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/20 05:04:05 INFO : dir/file1: Moved (server-side) to: file0 2026/05/20 05:04:05 DEBUG : file0: Updating file with file0 0x21286783c000 2026/05/20 05:04:05 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/20 05:04:05 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file0" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file0 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file0" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-naxehar7bogo/file0 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file0" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file0 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file0" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-naxehar7bogo/file0 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:05 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/20 05:04:05 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:05 DEBUG : dir: Looking for writers 2026/05/20 05:04:05 DEBUG : Looking for writers 2026/05/20 05:04:05 DEBUG : dir: reading active writers 2026/05/20 05:04:05 DEBUG : file0: reading active writers 2026/05/20 05:04:05 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.63s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:05 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Server has VFS statistics extension 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: About path "/rclone-test-naxehar7bogo" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: About path "/rclone-test-naxehar7bogo" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: About using shell command for shell type "unix" 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: df -k /rclone-test-naxehar7bogo 2026/05/20 05:04:05 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-naxehar7bogo" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57479264 93293744 36% / 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:06 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:06 DEBUG : Looking for writers 2026/05/20 05:04:06 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:06 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/05/20 05:04:06 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:06 DEBUG : a: Looking for writers 2026/05/20 05:04:06 DEBUG : b: Looking for writers 2026/05/20 05:04:06 DEBUG : c: Looking for writers 2026/05/20 05:04:06 DEBUG : d: Looking for writers 2026/05/20 05:04:06 DEBUG : Looking for writers 2026/05/20 05:04:06 DEBUG : Looking for writers 2026/05/20 05:04:06 DEBUG : /: reading active writers 2026/05/20 05:04:06 DEBUG : a: reading active writers 2026/05/20 05:04:06 DEBUG : b: reading active writers 2026/05/20 05:04:06 DEBUG : c: reading active writers 2026/05/20 05:04:06 DEBUG : d: reading active writers 2026/05/20 05:04:06 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:06 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/20 05:04:06 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/20 05:04:06 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/20 05:04:06 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/20 05:04:06 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:06 DEBUG : a/b/c/d: Looking for writers 2026/05/20 05:04:06 DEBUG : a/b/c: Looking for writers 2026/05/20 05:04:06 DEBUG : d: reading active writers 2026/05/20 05:04:06 DEBUG : a/b: Looking for writers 2026/05/20 05:04:06 DEBUG : c: reading active writers 2026/05/20 05:04:06 DEBUG : a: Looking for writers 2026/05/20 05:04:06 DEBUG : b: reading active writers 2026/05/20 05:04:06 DEBUG : Looking for writers 2026/05/20 05:04:06 DEBUG : a: reading active writers 2026/05/20 05:04:06 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.05s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:06 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:06 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:06 DEBUG : Looking for writers 2026/05/20 05:04:06 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-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:06 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/20 05:04:06 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/20 05:04:06 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/20 05:04:06 DEBUG : file1: size = 5 OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:06 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:04:06 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:04:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:06 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:06 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/20 05:04:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:06 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/20 05:04:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/20 05:04:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/20 05:04:06 DEBUG : file1: size = 0 OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:06 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:04:06 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:04:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/20 05:04:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (7 bytes), uploading instead of streaming 2026/05/20 05:04:06 DEBUG : file1: size = 7 OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:06 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:06 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/20 05:04:06 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/20 05:04:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:06 DEBUG : Looking for writers 2026/05/20 05:04:06 DEBUG : file1: reading active writers 2026/05/20 05:04:06 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:06 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:06 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/20 05:04:07 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/20 05:04:07 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/20 05:04:07 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (11 bytes), uploading instead of streaming 2026/05/20 05:04:07 DEBUG : file1: size = 11 OK 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:07 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:04:07 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/20 05:04:07 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:07 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:07 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/20 05:04:08 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:08 DEBUG : Looking for writers 2026/05/20 05:04:08 DEBUG : file1: reading active writers 2026/05/20 05:04:08 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.34s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:08 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (5 bytes), uploading instead of streaming 2026/05/20 05:04:08 DEBUG : file1: size = 5 OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/20 05:04:08 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/20 05:04:08 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/20 05:04:08 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:08 DEBUG : Looking for writers 2026/05/20 05:04:08 DEBUG : file1: reading active writers 2026/05/20 05:04:08 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:08 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: WriteFileHandle.Release closing 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/20 05:04:08 DEBUG : file1: size = 0 OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:04:08 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:04:08 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/20 05:04:08 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:08 DEBUG : Looking for writers 2026/05/20 05:04:08 DEBUG : file1: reading active writers 2026/05/20 05:04:08 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.06s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:08 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (2 bytes), uploading instead of streaming 2026/05/20 05:04:08 DEBUG : file1: size = 2 OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/20 05:04:08 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/20 05:04:08 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:08 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:08 DEBUG : Looking for writers 2026/05/20 05:04:08 DEBUG : file1: reading active writers 2026/05/20 05:04:08 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:08 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (0 bytes), uploading instead of streaming 2026/05/20 05:04:08 DEBUG : file1: size = 0 OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/20 05:04:08 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/20 05:04:08 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_RDONLY 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/20 05:04:08 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:08 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:08 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:08 DEBUG : Looking for writers 2026/05/20 05:04:08 DEBUG : file1: reading active writers 2026/05/20 05:04:08 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:08 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: File to upload is small (100 bytes), uploading instead of streaming 2026/05/20 05:04:08 DEBUG : file1: size = 100 OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/file1" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 7c7e7dfb7ac40ba79cbf41d188c56be8 /rclone-test-naxehar7bogo/file1 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : file1: Parsed hash: 7c7e7dfb7ac40ba79cbf41d188c56be8 2026/05/20 05:04:08 DEBUG : file1: md5 = 7c7e7dfb7ac40ba79cbf41d188c56be8 OK 2026/05/20 05:04:08 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/20 05:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/20 05:04:08 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/20 05:04:08 DEBUG : file1: Open: flags=O_RDONLY 2026/05/20 05:04:08 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/20 05:04:08 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/20 05:04:08 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:08 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:08 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:08 DEBUG : Looking for writers 2026/05/20 05:04:08 DEBUG : file1: reading active writers 2026/05/20 05:04:08 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.12s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:08 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f000.txt" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f000.txt 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f000.txt" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-naxehar7bogo/flat/f000.txt 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f000.txt" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/flat/f000.txt 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/flat/f000.txt" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-naxehar7bogo/flat/f000.txt 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:08 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f001.txt" 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f001.txt 2026/05/20 05:04:08 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f001.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-naxehar7bogo/flat/f001.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f001.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/flat/f001.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/flat/f001.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-naxehar7bogo/flat/f001.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f002.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f002.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f002.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-naxehar7bogo/flat/f002.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f002.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/flat/f002.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/flat/f002.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-naxehar7bogo/flat/f002.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f003.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f003.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f003.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-naxehar7bogo/flat/f003.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f003.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/flat/f003.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/flat/f003.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-naxehar7bogo/flat/f003.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f004.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f004.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f004.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-naxehar7bogo/flat/f004.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f004.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: sha1sum /rclone-test-naxehar7bogo/flat/f004.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-naxehar7bogo/flat/f004.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-naxehar7bogo/flat/f004.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/20 05:04:09 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/20 05:04:09 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/20 05:04:09 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:09 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f000.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f000.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f000.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-naxehar7bogo/flat/f000.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/20 05:04:09 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/20 05:04:09 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/20 05:04:09 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:09 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f001.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f001.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f001.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-naxehar7bogo/flat/f001.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:09 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/20 05:04:09 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/20 05:04:09 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/20 05:04:09 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:09 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f002.txt" 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f002.txt 2026/05/20 05:04:09 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f002.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-naxehar7bogo/flat/f002.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:10 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/20 05:04:10 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/20 05:04:10 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/20 05:04:10 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:10 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f003.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f003.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f003.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-naxehar7bogo/flat/f003.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:10 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/20 05:04:10 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/20 05:04:10 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/20 05:04:10 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:10 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/flat/f004.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/flat/f004.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/flat/f004.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-naxehar7bogo/flat/f004.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:10 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/20 05:04:10 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:10 DEBUG : flat: Looking for writers 2026/05/20 05:04:10 DEBUG : f001.txt: reading active writers 2026/05/20 05:04:10 DEBUG : f002.txt: reading active writers 2026/05/20 05:04:10 DEBUG : f003.txt: reading active writers 2026/05/20 05:04:10 DEBUG : f004.txt: reading active writers 2026/05/20 05:04:10 DEBUG : f000.txt: reading active writers 2026/05/20 05:04:10 DEBUG : Looking for writers 2026/05/20 05:04:10 DEBUG : flat: reading active writers 2026/05/20 05:04:10 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.57s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:10 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:10 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/20 05:04:10 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/20 05:04:10 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:10 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/a/b/c/deep.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/a/b/c/deep.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/a/b/c/deep.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-naxehar7bogo/a/b/c/deep.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:10 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/20 05:04:10 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/20 05:04:10 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/20 05:04:10 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:10 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/a/b/mid.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/a/b/mid.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/a/b/mid.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-naxehar7bogo/a/b/mid.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:10 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/20 05:04:10 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/20 05:04:10 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/20 05:04:10 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:10 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/a/top.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/a/top.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/a/top.txt" 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-naxehar7bogo/a/top.txt 2026/05/20 05:04:10 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:10 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/20 05:04:10 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:10 DEBUG : a/b/c: Looking for writers 2026/05/20 05:04:10 DEBUG : deep.txt: reading active writers 2026/05/20 05:04:10 DEBUG : a/b: Looking for writers 2026/05/20 05:04:10 DEBUG : c: reading active writers 2026/05/20 05:04:10 DEBUG : mid.txt: reading active writers 2026/05/20 05:04:10 DEBUG : a: Looking for writers 2026/05/20 05:04:10 DEBUG : b: reading active writers 2026/05/20 05:04:10 DEBUG : top.txt: reading active writers 2026/05/20 05:04:10 DEBUG : Looking for writers 2026/05/20 05:04:10 DEBUG : a: reading active writers 2026/05/20 05:04:10 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.36s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:10 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:10 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/bigdir/big.bin" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/bigdir/big.bin 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/bigdir/big.bin" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 255f7e8f8ad793d7e0bba66b0c524b8d /rclone-test-naxehar7bogo/bigdir/big.bin 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:11 DEBUG : bigdir/big.bin: Parsed hash: 255f7e8f8ad793d7e0bba66b0c524b8d 2026/05/20 05:04:11 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:11 DEBUG : bigdir: Looking for writers 2026/05/20 05:04:11 DEBUG : big.bin: reading active writers 2026/05/20 05:04:11 DEBUG : Looking for writers 2026/05/20 05:04:11 DEBUG : bigdir: reading active writers 2026/05/20 05:04:11 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.74s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-naxehar7bogo", Local "Local file system at /tmp/rclone959345545", Modify Window "1s" 2026/05/20 05:04:11 INFO : sftp://rclone@:22/rclone-test-naxehar7bogo: poll-interval is not supported by this remote 2026/05/20 05:04:11 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/20 05:04:11 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/20 05:04:11 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:11 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir1/a.txt" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir1/a.txt 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir1/a.txt" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-naxehar7bogo/dir1/a.txt 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:11 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/20 05:04:11 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/20 05:04:11 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/20 05:04:11 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:11 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir2/b.txt" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir2/b.txt 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir2/b.txt" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-naxehar7bogo/dir2/b.txt 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:11 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/20 05:04:11 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/20 05:04:11 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/20 05:04:11 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/20 05:04:11 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Shell path "/rclone-test-naxehar7bogo/dir3/c.txt" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: creating additional session 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Running remote command: md5sum /rclone-test-naxehar7bogo/dir3/c.txt 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-naxehar7bogo/dir3/c.txt" 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: command exited OK 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-naxehar7bogo/dir3/c.txt 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: ssh external: close 2026/05/20 05:04:11 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/20 05:04:11 DEBUG : WaitForWriters: timeout=30s 2026/05/20 05:04:11 DEBUG : dir1: Looking for writers 2026/05/20 05:04:11 DEBUG : a.txt: reading active writers 2026/05/20 05:04:11 DEBUG : dir2: Looking for writers 2026/05/20 05:04:11 DEBUG : b.txt: reading active writers 2026/05/20 05:04:11 DEBUG : dir3: Looking for writers 2026/05/20 05:04:11 DEBUG : c.txt: reading active writers 2026/05/20 05:04:11 DEBUG : Looking for writers 2026/05/20 05:04:11 DEBUG : dir1: reading active writers 2026/05/20 05:04:11 DEBUG : dir2: reading active writers 2026/05/20 05:04:11 DEBUG : dir3: reading active writers 2026/05/20 05:04:11 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.33s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/20 05:04:11 DEBUG : sftp://rclone@:22/rclone-test-naxehar7bogo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 47.500365464s (try 1/5)